initial commit
This commit is contained in:
7
Components/PositionComponent.cs
Normal file
7
Components/PositionComponent.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using System.Numerics;
|
||||
using Scellecs.Morpeh;
|
||||
|
||||
public struct PositionComponent : IComponent
|
||||
{
|
||||
public Vector3 Position;
|
||||
}
|
||||
Reference in New Issue
Block a user