コード例 #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();
 }