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