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