Trigger flag. It is hung on a function where triggers with the selected name will be listened to.
@Trigger("Attack") void onAttack() { ... }
See Implementation
Trigger flag. It is hung on a function where triggers with the selected name will be listened to.