Add attribute system with core stats and gameplay components
This commit is contained in:
9
GameCore/Movement/RotationComponent.cs
Normal file
9
GameCore/Movement/RotationComponent.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using GameCore.ECS.Interfaces;
|
||||
using GameCore.Math;
|
||||
|
||||
namespace GameCore.Movement;
|
||||
|
||||
public class RotationComponent : IComponent
|
||||
{
|
||||
public Vector3 Rotation;
|
||||
}
|
||||
Reference in New Issue
Block a user