示例#1
0
 public override void Read(IStarboundStream stream)
 {
     WarpType    = (WarpType)stream.ReadUInt32();
     Coordinates = stream.ReadWorldCoordinate();
     Player      = stream.ReadString();
 }