GiantsTools/Giants.Launcher/WindowType.cs

9 lines
118 B
C#
Raw Normal View History

namespace Giants.Launcher
{
public enum WindowType
2020-08-13 06:58:53 +02:00
{
Fullscreen = 0,
Windowed = 1,
}
}