1
0
mirror of https://github.com/ncblakely/GiantsTools synced 2024-06-26 00:01:44 +02:00
GiantsTools/Giants.Launcher/ConfigSections.cs
2022-09-08 22:31:24 -07:00

9 lines
180 B
C#

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