6
2025-11-03 10:15:18 +03:00

10 lines
193 B
C#

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