コード例 #1
0
ファイル: SByteSerializer.cs プロジェクト: CloneDeath/Xanatos
 public object Read(Network.NetIncomingMessage nim)
 {
     return nim.ReadSByte();
 }