aswi2021tri-musketyri-gitlab/Server/ServerApp/Parser/OutputInfo/WeatherConditions.cs @ cdf3c217
1 |
// |
---|---|
2 |
// Author: A. Konig
|
3 |
//
|
4 |
|
5 |
namespace ServerApp.Parser.OutputInfo |
6 |
{
|
7 |
/// <summary>
|
8 |
/// Weather conditions in regards to sun level
|
9 |
/// </summary>
|
10 |
/// <author>A. Konig</author>
|
11 |
public enum WeatherConditions |
12 |
{
|
13 |
Sunny, Cloudy, Overcast, Dark |
14 |
}
|
15 |
}
|