예제 #1
0
 public uint ReadUint32()
 {
     CheckType(DebugSerializeType.Uint32, 32);
     return(bitStream.ReadUint32());
 }