public override void SlotGate(Gate g) { if (this.Holding == null) base.SlotGate(g); }
public virtual void SlotGate(Gate g) { this.Holding = g; g.Loc = this.Loc; this.GetOutput("default"); }