shmodot/scripts/orbits/IPointMass.cs

4 lines
54 B
C#
Raw Permalink Normal View History

public interface IPointMass : IMassive, ILocation
{
}