Projekt

Obecné

Profil

Stáhnout (277 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1 cdf3c217 A-Konig
//
2
// Author: A. Konig
3
//
4
5
namespace ServerApp.Parser.OutputInfo
6 734533a8 A-Konig
{
7
    /// <summary>
8
    /// Weather conditions in regards to sun level
9
    /// </summary>
10 cdf3c217 A-Konig
    /// <author>A. Konig</author>
11 734533a8 A-Konig
    public enum WeatherConditions
12
    {
13
        Sunny, Cloudy, Overcast, Dark
14
    }
15
}