uLua icon indicating copy to clipboard operation
uLua copied to clipboard

Miss Spell LuaScriptMgr::LateUpate

Open c3076802 opened this issue 10 years ago • 0 comments

    public void LateUpate()
    {
        if (lateUpdateFunc != null)
        {
            lateUpdateFunc.Call();
        }        
    }

c3076802 avatar Oct 29 '15 02:10 c3076802