Implements move execution for battle

This commit is contained in:
2024-08-10 11:18:10 +02:00
parent a049dda240
commit 488c717c5a
17 changed files with 433 additions and 14 deletions

View File

@@ -1,5 +1,8 @@
namespace PkmnLib.Dynamic.Events;
/// <summary>
/// Event triggered when a turn ends.
/// </summary>
public class EndTurnEvent : IEventData
{
/// <inheritdoc />