using System.Collections.Generic; namespace CreatGame.UI { public class UIManager : Singleton { private Dictionary> m_Windows; /// /// /// public UIManager() { } } }