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