Files
test/Assets/PerfectWorld/Scripts/UI/GamePlay/EC_GameUIMan.cs
T
2025-11-05 18:13:46 +07:00

13 lines
203 B
C#

using UnityEngine;
namespace BrewMonster
{
public class CECGameUIMan
{
void PopupNPCDialog(NPC_ESSENCE pEssence)
{
m_pDlgNPC.PopupDialog(pEssence);
}
}
}