v0.2.0
Features
RemoveTeam
event.
You can now remove teams from battle with this event.
RegenerateStatistics
and RegenerateAbilities
events.
These two events provide a way to add or remove abilities and statistics to creatures.
EntityId
now implements Copy
.
It's not needed anymore to clone EntityId
objects if CreatureId
implements Copy
.
New examples
An example showing how to use event sinks.
Example to demonstrate how to create user defined events and metrics.