11 lines
178 B
C#
11 lines
178 B
C#
namespace LANCommander.SDK.Enums
|
|
{
|
|
public enum GameType
|
|
{
|
|
MainGame,
|
|
Expansion,
|
|
StandaloneExpansion,
|
|
Mod,
|
|
StandaloneMod
|
|
}
|
|
}
|