namespace BrewMonster { public static class AddressResourceConfig { //prefab public static string PlayerPrefab = "Player/PlayerPrefab"; public static string MonsterPrefab = "Monster/MonsterPrefab"; public static string NpcServerPrefab = "NPC/NPCServer"; public static string TestVfxPrefab = "Prefabs/Vfx/TestVfx"; } }