示例#1
0
    void OnMapChanged()
    {
        if (ActiveMap == null)
        {
            return;
        }

        eventGroup.Lock();
        UpdateMapSpinButtons();
        eventGroup.UnlockAndClear();

        SetRoom(ActiveMinimap.GetRoom(), ActiveMap.Season);
    }
示例#2
0
 void OnMinimapTileSelected(object sender, int index)
 {
     SetRoom(ActiveMinimap.GetRoom(), ActiveSeason);
 }