9 lines
273 B
C#
9 lines
273 B
C#
using System.Collections.Generic;
|
|
|
|
namespace undead_universal_patch_il2cpp.Core.Content.UndeadGameManager;
|
|
|
|
public static class GameFreeSpawns
|
|
{
|
|
static readonly string name = "GameFreeSpawns";
|
|
public static DediConfig<List<string>> config = new(name, "[]", null);
|
|
} |