public DirectorBehaviourControlEventArgs(UnityEngine.Behaviour behaviour, DirectorBehaviourControl control)
 {
     this.Behaviour = behaviour;
     this.Control   = control;
 }
Exemplo n.º 2
0
 public DirectorBehaviourControlEventArgs(Behaviour behaviour, DirectorBehaviourControl control)
 {
     Behaviour = behaviour;
     Control   = control;
 }