예제 #1
0
 public override void readFromBuffer(byte[] buffer, ref int index)
 {
     mValue = BinaryUtility.readBool(buffer, ref index);
 }