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