GiantsTools/Giants.Launcher/ConfigKeys.cs

14 lines
386 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 BranchName = "branchName";
public const string EnableBranchSelection = "enableBranchSelection";
// Network
public const string MasterServerHostName = "masterServerHostName";
public const string BannedPlayers = "bannedPlayers";
}
}