7 lines
130 B
C#
7 lines
130 B
C#
public partial class Swap1And6 : Contact
|
|
{
|
|
public override void CallAction()
|
|
{
|
|
_player.SwapCells(1-1,6-1);
|
|
}
|
|
} |