GiantsTools/Giants.Launcher/Updater/ApplicationType.cs

11 lines
128 B
C#
Raw Normal View History

namespace Giants.Launcher
{
public enum ApplicationType
2020-08-13 06:58:53 +02:00
{
2022-09-09 07:31:24 +02:00
None = 0,
2020-08-13 06:58:53 +02:00
Launcher,
Game,
}
}