Files
tictactoe/Gameplay/Contacts/ShuffleCells.cs

7 lines
129 B
C#

public partial class ShuffleCells : Contact
{
public override void CallAction()
{
_player.ShuffleCells();
}
}