1
0
mirror of https://github.com/ncblakely/GiantsTools synced 2024-06-03 15:31:45 +02:00
GiantsTools/Giants.Launcher/Updater/ApplicationType.cs

11 lines
128 B
C#
Raw Permalink 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,
}
}