namespace WingsEmu.Game.Monster; public class Waypoint { public short X { get; init; } public short Y { get; init; } public int WaitTime { get; init; } }