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