mirror of
https://github.com/Tribufu/ServerManagers
synced 2026-08-07 19:56:22 +00:00
9 lines
130 B
C#
9 lines
130 B
C#
namespace ServerManagerTool.Lib
|
|
{
|
|
public enum IniFiles
|
|
{
|
|
Engine,
|
|
Game,
|
|
ServerSettings,
|
|
}
|
|
}
|