Esempio n. 1
0
 public static LayerMask ReadLayerMask(this BasePacket stream)
 {
     return(stream.ReadInt(32));
 }