Beispiel #1
0
 public float Unpack(NetworkReader reader)
 {
     return(Unpack((uint)reader.Read(bitCount)));
 }