shmodot/scripts/orbits/ILocation.cs

7 lines
86 B
C#
Raw Normal View History

using Vim.Math3d;
2022-08-31 22:18:47 +02:00
public interface ILocation
{
DVector3 Position { get; set; }
2022-08-31 22:18:47 +02:00
}