6
2026-01-24 12:49:55 +03:00

10 lines
193 B
C#

namespace Content.IntegrationTests.Tests._NF;
public sealed class FrontierConstants
{
public static readonly string[] GameMapPrototypes =
{
"Frontier",
"NFDev"
};
}