示例#1
0
文件: Packet.cs 项目: mdrucken/gipsi
 public void Parse(Encoder s)
 {
     id = s.ReadChar();
     capab = s.ReadUshort();
 }