6
2025-11-12 10:55:00 +03:00

10 lines
193 B
C#

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