示例#1
0
    void OnDestroy()
    {
        InputMgr inputMgr = GameMgr.GetInstance().GetServer <InputMgr>();

        if (inputMgr != null)
        {
            inputMgr.ClearInput();
        }
    }