void OnMapChanged() { if (ActiveMap == null) { return; } eventGroup.Lock(); UpdateMapSpinButtons(); eventGroup.UnlockAndClear(); SetRoom(ActiveMinimap.GetRoom(), ActiveMap.Season); }
void OnMinimapTileSelected(object sender, int index) { SetRoom(ActiveMinimap.GetRoom(), ActiveSeason); }