uLua
uLua copied to clipboard
Miss Spell LuaScriptMgr::LateUpate
public void LateUpate()
{
if (lateUpdateFunc != null)
{
lateUpdateFunc.Call();
}
}