1
0
mirror of https://github.com/ncblakely/GiantsTools synced 2024-06-01 23:01:46 +02:00
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";
}
}