Example #1
0
 public void ReadPacket(MinecraftStream stream)
 {
     WorldAge = stream.ReadInt64();
     TimeOfDay = stream.ReadInt64();
 }