Esempio n. 1
0
 public ExecuteCommandHook( CommandExecuter executer )
 {
     this.Executer = executer;
     this.Hooked = false;
 }
 public void SetEvent( CommandExecuter commandExecuter )
 {
     this.transform.parent = commandExecuter.transform;
     commandExecuter.InsertEventHolder( this.refEventHolder );
 }