Addition of OnPlayerTakeHero event.

This commit is contained in:
MobiusDevelopment
2019-12-11 14:49:50 +00:00
parent 4869bc1745
commit 63c72de874
43 changed files with 655 additions and 2 deletions

View File

@@ -40,6 +40,6 @@ public class OnPlayerTakeHero implements IBaseEvent
@Override
public EventType getType()
{
return EventType.ON_PLAYER_TRANSFORM;
return EventType.ON_PLAYER_TAKE_HERO;
}
}