Files
test/Assets/PerfectWorld/Scripts/Utility/AddressResourceConfig.cs
T
2025-11-21 11:48:39 +07:00

12 lines
394 B
C#

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