10 lines
193 B
C#
10 lines
193 B
C#
namespace Content.IntegrationTests.Tests._NF;
|
|
|
|
public sealed class FrontierConstants
|
|
{
|
|
public static readonly string[] GameMapPrototypes =
|
|
{
|
|
"Frontier",
|
|
"NFDev"
|
|
};
|
|
} |