mirror of
https://github.com/ncblakely/GiantsTools
synced 2024-11-05 06:45:37 +01:00
14 lines
386 B
C#
14 lines
386 B
C#
namespace Giants.Launcher
|
|
{
|
|
public static class ConfigKeys
|
|
{
|
|
// Update
|
|
public const string BranchName = "branchName";
|
|
public const string EnableBranchSelection = "enableBranchSelection";
|
|
|
|
// Network
|
|
public const string MasterServerHostName = "masterServerHostName";
|
|
public const string BannedPlayers = "bannedPlayers";
|
|
}
|
|
}
|