4 lines
54 B
C#
4 lines
54 B
C#
|
public interface IPointMass : IMassive, ILocation
|
||
|
{
|
||
|
}
|