public static MapManager Instance() { if(m_Instance == null) { m_Instance = new MapManager(); } return m_Instance; }