namespace PkmnLib.Dynamic.Events; public class EndTurnEvent : IEventData { /// public EventBatchId BatchId { get; init; } }