예제 #1
0
 public static TypeId ReadTypeId(this BasePacket stream)
 {
     return(new TypeId(stream.ReadIntVB()));
 }
예제 #2
0
 public static PrefabId ReadPrefabId(this BasePacket stream)
 {
     return(new PrefabId(stream.ReadIntVB()));
 }