Example #1
0
		void ShrinkFarm2 (CellObjCtrl ctrl)
		{
			MiroModelV1 model = CellObjCtrlUtils.GetMiroModelFromCell (ctrl);
			model.ShrinkFarm2 ();
			RemoveFarmRecord (_cellCtrl);
		}