示例#1
0
 public ResponseEnterWorld(byte[] source)
 {
     initReceiveStream(source);
     status = (EnterWorldStatus)reader.ReadByte();
     myId   = reader.ReadByte();
 }
示例#2
0
文件: ProtoTest.cs 项目: andi2/ld32-6
 public ResponseEnterWorld(byte[] source)
 {
     initReceiveStream(source);
     status = (EnterWorldStatus)reader.ReadByte();
     myId = reader.ReadByte();
 }