public partial class Shift1ColumnRight : Contact { public override void CallAction() { _player.ShiftCells(0,1); } }