private void OnApplicationQuit()
 {
     m_Map.SaveMap();
     m_Player.SavePlayer();
     EnemyManager.SaveEnemies();
 }