void StartPlayingMap(ProgramEvents.StartPlayingMap e)
 {
     currentMapFileName = e.MapName;
     CurrentMap         = Campaign.Campaign1().GetMapByFilename(e.MapName);
     Save();
 }
 protected virtual bool CountCondition(ProgramEvents.StartPlayingMap e)
 {
     return(true);
 }