Skip to content
Snippets Groups Projects
Commit 964dbf8d authored by Daniel Lorych's avatar Daniel Lorych :cookie:
Browse files

Add SunElevation class

parent ca048430
No related merge requests found
using System;
namespace Helios.Source
{
public class SunElevation
{
public DateTime Time { get; set; }
public int SummerElevation { get; set; }
public int WinterElevation { get; set; }
public SunElevation()
{
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment