示例#1
0
    public static HierarchyMenuMgr Instance()
    {
        if (s_Instance == null)
        {
            s_Instance = new HierarchyMenuMgr();
        }

        return(s_Instance);
    }
示例#2
0
 protected override void DestoryEvent()
 {
     s_Instance = null;
 }