예제 #1
0
파일: MessageBase.cs 프로젝트: sgww/cozy
 public virtual void Read(NetBuffer im)
 {
     im.Position = 0;
     im.ReadUInt32();
     im.ReadAllProperties(this);
 }