Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ricksu978 committed Aug 5, 2023
1 parent e5c368b commit 73661e3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ GameEventBus gameEventBus
// Listen PlayerRoleConfirmationStartedEvent
public override async Task Handle(PlayerRoleConfirmationStartedEvent gameEvent, CancellationToken cancellationToken = default)
{
Options.Create<Task>();
// 開始計時 30 秒
await Task.Delay(_options.PlayerRoleConfirmation, cancellationToken);

Expand Down

0 comments on commit 73661e3

Please sign in to comment.