Files
test/Assets/PerfectWorld/Scripts/Utility/AddressResourceConfig.cs
T
2026-01-19 16:15:17 +07:00

12 lines
370 B
C#

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";
}
}