Example #1
0
 public virtual void Enter()
 {
     CellOperation.Input(GetTarget(actor), cells.More, cells.More.More);
 }
Example #2
0
 public void Do(Tree <Cell> cell)
 {
     operation.Input(targetProvider.GetTargetObject(), memberCell, cell);
 }