8 lines
No EOL
169 B
C#
8 lines
No EOL
169 B
C#
namespace WingsEmu.Game.Monster;
|
|
|
|
public class Waypoint
|
|
{
|
|
public short X { get; init; }
|
|
public short Y { get; init; }
|
|
public int WaitTime { get; init; }
|
|
} |