Ejemplo n.º 1
0
 void WeatherStateChanged()
 {
     this.weatherState = Weather.WEATHER_STATE;
 }
Ejemplo n.º 2
0
 private void Awake()
 {
     S             = this;
     weatherState  = eWeatherState.none;
     WEATHER_STATE = weatherState;
 }