Ejemplo n.º 1
0
 public PressionPlate(Executable e, GameObject active, GameObject nonActive, bool tag = true)
     : base(e, active, nonActive, ExecutorType.PRESSIONPLATE, tag)
 {
 }
Ejemplo n.º 2
0
 public void SetExecutable(Executable executable)
 {
     this.executable = executable;
 }
Ejemplo n.º 3
0
 public Button(Executable e, GameObject active, GameObject nonActive, bool tag = true) :
     base(e, active, nonActive, ExecutorType.BUTTON, tag)
 {
 }