1
0
mirror of https://github.com/ncblakely/GiantsTools synced 2024-10-01 19:12:14 +02:00
GiantsTools/Giants.Launcher/ConfigSections.cs

8 lines
133 B
C#
Raw Normal View History

namespace Giants.Launcher
{
public static class ConfigSections
{
public const string Network = "network";
}
}