1
This commit is contained in:
@@ -9,7 +9,6 @@ namespace Net.Project.B.Mark
|
||||
public interface IMarkType{}
|
||||
public interface IMarkComponent
|
||||
{
|
||||
public float3 Position { get; }
|
||||
public IMarkType MarkType { get; }
|
||||
}
|
||||
public class PositionMark:IMarkComponent{}
|
||||
}
|
||||
|
Reference in New Issue
Block a user