Lots more work on implementing battling
This commit is contained in:
@@ -7,5 +7,9 @@ namespace PkmnLib.Dynamic.Events;
|
||||
/// </summary>
|
||||
public interface IEventData
|
||||
{
|
||||
/// <summary>
|
||||
/// The batch ID indicated which batch of events this belong to. Events with the same batch id
|
||||
/// should be displayed together.
|
||||
/// </summary>
|
||||
public EventBatchId BatchId { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user