shmodot/scripts/orbits/IPointMass.cs

4 lines
54 B
C#
Raw Normal View History

2022-09-05 01:46:18 +02:00
public interface IPointMass : IMassive, ILocation
{
}