Skip to content

Commit

Permalink
timeup
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavrax committed Jan 23, 2024
1 parent d0a12d3 commit d4c7a1e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ public override TransitionResult Transition(IEvent e)
{
Input = this.Input,
},
Events.TimesUpEvent => new HeartbeatingState()
{
Input = this.Input,
},
_ => null,
};
}
Expand Down

0 comments on commit d4c7a1e

Please sign in to comment.