Saturday, 31 January 2026 01:00:43
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
public partial class Rotate90 : Contact
|
||||
{
|
||||
public override void CallAction()
|
||||
{
|
||||
_player.RotateCells(2);
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
uid://dtv3bqpuf0y33
|
||||
@@ -1,7 +0,0 @@
|
||||
public partial class Shift1ColumnRight : Contact
|
||||
{
|
||||
public override void CallAction()
|
||||
{
|
||||
_player.ShiftCells(0,1);
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
uid://ciphg323a14cs
|
||||
@@ -1,7 +0,0 @@
|
||||
public partial class ShuffleCells : Contact
|
||||
{
|
||||
public override void CallAction()
|
||||
{
|
||||
_player.ShuffleCells();
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
uid://dshwao6it1ltt
|
||||
@@ -1,7 +0,0 @@
|
||||
public partial class SlideBack2 : Contact
|
||||
{
|
||||
public override void CallAction()
|
||||
{
|
||||
_player.SlideCells(-2);
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
uid://c14om0rrrui02
|
||||
@@ -1,7 +0,0 @@
|
||||
public partial class Swap1And6 : Contact
|
||||
{
|
||||
public override void CallAction()
|
||||
{
|
||||
_player.SwapCells(1-1,6-1);
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
uid://bl37rkfpucd5e
|
||||
Reference in New Issue
Block a user