コード例 #1
0
 public void SelectWeather()
 {
     if (!isBlocked)
     {
         lvlSelector.SelectWeather(level);
     }
 }