onBattleEnded property

OnBattleEnded onBattleEnded
getter/setter pair

Callback for received tht battle end.

reason The reason why the PK ended. battleInfo Battle information.

Implementation

OnBattleEnded onBattleEnded = (TUIBattleInfo battleInfo, TUIBattleStoppedReason reason) {};