shmodot/scripts/orbits/IPointMass.cs

4 lines
54 B
C#

public interface IPointMass : IMassive, ILocation
{
}