Exemplo n.º 1
0
 public virtual void OnWindTubeStay(WindTube windTube, GameObject character, Vector3 forceApplied)
 {
     // Do nothing
 }
Exemplo n.º 2
0
 void Awake()
 {
     // Retrieves the desired components
     _animators = GetComponentsInChildren<Animator>();
     _windTube = GetComponent<WindTube>();
 }
Exemplo n.º 3
0
 public virtual void OnWindTubeExit(WindTube windTube, GameObject character)
 {
     // Do nothing
 }