Projekt

Obecné

Profil

Stáhnout (277 Bajtů) Statistiky
| Větev: | Tag: | Revize:
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
}
(3-3/4)