Elin Modding Docs Doc
Loading...
Searching...
No Matches
Weather.WeatherForecast Class Reference

Public Member Functions

void Add (Weather.Condition con, int h)
 
void Finish ()
 

Public Attributes

Date date
 
Dictionary< Weather.Condition, int > cons = new Dictionary<Weather.Condition, int>()
 

Detailed Description

Definition at line 364 of file Weather.cs.

Member Function Documentation

◆ Add()

void Weather.WeatherForecast.Add ( Weather.Condition con,
int h )

Definition at line 367 of file Weather.cs.

◆ Finish()

void Weather.WeatherForecast.Finish ( )

Definition at line 379 of file Weather.cs.

Member Data Documentation

◆ cons

Dictionary<Weather.Condition, int> Weather.WeatherForecast.cons = new Dictionary<Weather.Condition, int>()

Definition at line 399 of file Weather.cs.

◆ date

Date Weather.WeatherForecast.date

Definition at line 396 of file Weather.cs.


The documentation for this class was generated from the following file: