GiantsTools/Giants.Launcher/WindowType.cs

9 lines
118 B
C#

namespace Giants.Launcher
{
public enum WindowType
{
Fullscreen = 0,
Windowed = 1,
}
}