6
2026-01-18 12:53:36 +03:00

10 lines
193 B
C#

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