示例#1
0
文件: Packet.cs 项目: mdrucken/gipsi
 public void Parse(Encoder s)
 {
     lat = s.ReadInt();
     lon = s.ReadInt();
 }