shmodot/scripts/orbits/ILocation.cs

7 lines
86 B
C#

using Vim.Math3d;
public interface ILocation
{
DVector3 Position { get; set; }
}