GiantsTools/Giants.Launcher/ConfigKeys.cs

13 lines
331 B
C#
Raw Normal View History

namespace Giants.Launcher
{
public static class ConfigKeys
{
2022-09-09 07:31:24 +02:00
// Update
public const string EnableBranchSelection = "enableBranchSelection";
// Network
public const string MasterServerHostName = "masterServerHostName";
public const string BannedPlayers = "bannedPlayers";
}
}