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