Пример #1
0
    static public UITeam GetInstance()
    {
        UITeam self = UIManager.Singleton.GetUIWithoutLoad <UITeam>();

        if (self != null)
        {
            return(self);
        }
        self = UIManager.Singleton.LoadUI <UITeam>("UI/UITeam", UIManager.Anchor.Center);
        return(self);
    }