예제 #1
0
파일: BOOLS.cs 프로젝트: isoundy000/FPSDemo
 public override void readFromBuffer(byte[] buffer, ref int index)
 {
     BinaryUtility.readBools(buffer, ref index, mValue);
 }