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