This commit is contained in:
2026-01-25 21:04:47 -05:00
parent 2fdf0d6442
commit 2c74f67abe
16 changed files with 90 additions and 43 deletions

View File

@@ -0,0 +1,7 @@
public partial class Shift1ColumnRight : Contact
{
public override void CallAction()
{
_player.ShiftMarks(1,0);
}
}