using GameCore.Events.Interfaces; namespace GameCore.Events; public readonly struct PlayerJumpEvent : IEvent { }