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