backend refactor yay!!! 1.4.0
This commit is contained in:
9
Core/GameManager/GameManSpawns.cs
Normal file
9
Core/GameManager/GameManSpawns.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
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);
|
||||
}
|
||||
Reference in New Issue
Block a user