9 lines
312 B
C#
9 lines
312 B
C#
using System.Collections.Generic;
|
|
|
|
namespace undead_universal_patch_il2cpp.Core.Content.UndeadGameManager;
|
|
|
|
public static class GameConfigurator
|
|
{
|
|
static readonly string name = "GameConfigurations";
|
|
public static DediConfig<Dictionary<string, GameConfigurationAssetDTO>> config = new(name, "{}", null);
|
|
} |