Files
undead-universal-patch-il2cpp/Core/GameManager/GameManSpawns.cs
2025-08-09 04:46:40 -04:00

9 lines
265 B
C#

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