A few more throwaway variable syntax updated

This commit is contained in:
Kwoth
2022-02-01 13:54:25 +01:00
parent 7ee51332b0
commit b22cd5a81e
8 changed files with 12 additions and 12 deletions

View File

@@ -86,7 +86,7 @@ public sealed class NunchiGame : IDisposable
CurrentPhase = Phase.Playing;
_= OnGameStarted?.Invoke(this);
var __ = OnRoundStarted?.Invoke(this, CurrentNumber);
_ = OnRoundStarted?.Invoke(this, CurrentNumber);
return true;
}
finally { _locker.Release(); }