示例#1
0
 public override void SlotGate(Gate g)
 {
     if (this.Holding == null)
         base.SlotGate(g);
 }
示例#2
0
 public virtual void SlotGate(Gate g)
 {
     this.Holding = g;
     g.Loc = this.Loc;
     this.GetOutput("default");
 }