コード例 #1
0
ファイル: NetLuaPacket.cs プロジェクト: olivierh59500/DEMO
 public ushort ReadUShort()
 {
     return(data.ReadUShort());
 }