namespace WingsEmu.Game.Configurations.Miniland; public class SerializablePosition { public short X { get; set; } public short Y { get; set; } }