예제 #1
0
 public int GetByteCount()
 {
     return(PlayerName.GetByteCount() + KerbalName.GetByteCount() + GuidUtil.ByteSize + sizeof(LockType));
 }