using System.Numerics; using Raylib_cs; using Scellecs.Morpeh; public struct PlayerComponent : IComponent { public Vector3 Size; }