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