8 public override string MultiName
17 public override void OnSetActions()
19 CellDetail detail = base.FirstTarget.pos.detail;
20 TaskDesignation taskDesignation = (detail !=
null) ? detail.designation :
null;
23 base.Add(
"cancel".lang() +
"\n(" + taskDesignation.Name +
")",
"", delegate(
ObjInfo t)
26 TaskDesignation taskDesignation2 = (detail2 !=
null) ? detail2.designation :
null;
27 if (taskDesignation2 is
TaskCut)
29 taskDesignation2.Destroy();
34 base.Add(
"Cut",
"", delegate(
ObjInfo t)
36 Point pos = t.pos.Copy();