initial commit
This commit is contained in:
7
Components/ColorComponent.cs
Normal file
7
Components/ColorComponent.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using Raylib_cs;
|
||||
using Scellecs.Morpeh;
|
||||
|
||||
public struct ColorComponent : IComponent
|
||||
{
|
||||
public Color Color { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user