예제 #1
0
 public PressionPlate(Executable e, GameObject active, GameObject nonActive, bool tag = true)
     : base(e, active, nonActive, ExecutorType.PRESSIONPLATE, tag)
 {
 }
예제 #2
0
 public void SetExecutable(Executable executable)
 {
     this.executable = executable;
 }
예제 #3
0
파일: Button.cs 프로젝트: axeng/spleetgame
 public Button(Executable e, GameObject active, GameObject nonActive, bool tag = true) :
     base(e, active, nonActive, ExecutorType.BUTTON, tag)
 {
 }