コード例 #1
0
 public void read(MemoryStream msdata)
 {
     free        = proto_util.readUByte(msdata);
     diam        = proto_util.readUShort(msdata);
     totalGold   = proto_util.readUInt(msdata);
     canBuyTimes = proto_util.readUByte(msdata);
     canUseTimes = proto_util.readUByte(msdata);
     PWandType.readLoop(msdata, spriteList);
 }
コード例 #2
0
 public void read(MemoryStream msdata)
 {
     free = proto_util.readUByte(msdata);
     diam = proto_util.readUShort(msdata);
     PWandType.readLoop(msdata, spriteList);
 }