feat: refactoring && walls
This commit is contained in:
9
Components/Common/PositionComponent.cs
Normal file
9
Components/Common/PositionComponent.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Numerics;
|
||||
using Scellecs.Morpeh;
|
||||
|
||||
namespace BakeryGame.Components.Common;
|
||||
|
||||
public struct PositionComponent : IComponent
|
||||
{
|
||||
public Vector3 Position;
|
||||
}
|
||||
Reference in New Issue
Block a user