Skip to content

Commit

Permalink
Testing to make sure the timer event data comes back properly
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamKyle committed Nov 28, 2024
1 parent 0ed0d1c commit 126cdb7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export default class ActionTimerListeners implements ActionTimerListener {
this.attackTimeout.listen(
"Game.Core.Events.ShowTimeOutEvent",
(event: any) => {
console.log(event);
if (!this.component) {
return;
}
Expand Down

0 comments on commit 126cdb7

Please sign in to comment.