7 lines
86 B
C#
7 lines
86 B
C#
using Vim.Math3d;
|
|
|
|
public interface ILocation
|
|
{
|
|
DVector3 Position { get; set; }
|
|
}
|