Skip to content

Instantly share code, notes, and snippets.

@GlaireDaggers
GlaireDaggers / CelestialBody.cs
Created May 31, 2017 19:05
Celestial Body Class
/// <summary>
/// A celestial body that exists in a solar system
/// See http://www.stjarnhimlen.se/comp/ppcomp.html
/// </summary>
public abstract class CelestialBody
{
/// <summary>
/// The day number
/// </summary>
public static float d;