8 lines
No EOL
154 B
C#
8 lines
No EOL
154 B
C#
namespace WingsEmu.Game.Configurations.Miniland;
|
|
|
|
public class SerializablePosition
|
|
{
|
|
public short X { get; set; }
|
|
|
|
public short Y { get; set; }
|
|
} |