plus simple
This commit was merged in pull request #13.
This commit is contained in:
@@ -6,10 +6,10 @@ namespace LittleTown.Core.Actions;
|
||||
public class EmptyAction : IAction
|
||||
{
|
||||
/// <inheritdoc/>
|
||||
public void Execute(MatchUpdater updater)
|
||||
public void Execute(Match match)
|
||||
{
|
||||
ArgumentNullException.ThrowIfNull(updater);
|
||||
ArgumentNullException.ThrowIfNull(match);
|
||||
|
||||
updater.NextPlayer();
|
||||
match.NextPlayer();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user