reworked Mark function to handle Clear function, fixed Goal class to adjusted address format, added shufflecellsfunction
This commit is contained in:
7
Gameplay/Contacts/ShuffleCells.cs
Normal file
7
Gameplay/Contacts/ShuffleCells.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
public partial class ShuffleCells : Contact
|
||||
{
|
||||
public override void CallAction()
|
||||
{
|
||||
_player.ShuffleCells();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user