using Ghost.Entities; namespace Ghost.Engine.Components; public struct SceneID : IComponent // TODO: ISharedComponent { public short id; }