public MoveTo_SendArm(int id, int fromId, int toId, GuideMoveToPanel guidePanel, GuideStepAction stepAction) { this.id = id; this.fromId = fromId; this.toId = toId; this.guidePanel = guidePanel; this.stepAction = stepAction; }
public void Close() { if (guidePanel != null) { guidePanel.CloseMoveTo(id); } War.signal.sHandDownBuild -= OnHandDownBuild; War.signal.sHandSendArm -= OnHandSendArm; War.signal.sHandUpBuild -= OnHandUpBuild; War.signal.sPause -= Hide; War.signal.sResume -= Show; guidePanel = null; mt = null; }