public partial class ShiftBack2 : Contact { public override void CallAction() { _player.ShiftCells(-2); } }