1
0
mirror of https://github.com/ncblakely/GiantsTools synced 2024-06-16 12:11:45 +02:00
GiantsTools/Giants.Launcher/ConfigKeys.cs
2020-09-14 00:11:32 -07:00

9 lines
216 B
C#

namespace Giants.Launcher
{
public static class ConfigKeys
{
public const string MasterServerHostName = "masterServerHostName";
public const string BannedPlayers = "bannedPlayers";
}
}