smol
loms
This commit is contained in:
parent
a9bf7201c9
commit
e8bf127297
2 changed files with 9 additions and 2 deletions
|
@ -5,7 +5,7 @@ using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
namespace Kneesocks {
|
namespace Kneesocks {
|
||||||
public class Server {
|
public abstract class Server {
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -65,4 +65,11 @@ namespace Kneesocks {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static class NumericExtensions {
|
||||||
|
public static T Unpack<T>(this byte[] bytes, int offset = 0) {
|
||||||
|
sizeof
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue