コード例 #1
0
ファイル: qLuaPacket.cs プロジェクト: Dogma4b/Qlay
 public ulong ReadULong()
 {
     return(stream.ReadUlong());
 }