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); }