shmodot/scripts/orbits/IPointMass.cs

4 lines
54 B
C#
Raw Normal View History

public interface IPointMass : IMassive, ILocation
{
}