Lots more work on implementing battling
This commit is contained in:
7
PkmnLib.Dynamic/Events/EndTurnEvent.cs
Normal file
7
PkmnLib.Dynamic/Events/EndTurnEvent.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace PkmnLib.Dynamic.Events;
|
||||
|
||||
public class EndTurnEvent : IEventData
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public EventBatchId BatchId { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user