Example #1
0
 public void WritePacket(MinecraftStream stream)
 {
     stream.WriteUInt8(Id);
     stream.WriteInt64(WorldAge);
     stream.WriteInt64(TimeOfDay);
 }