Beispiel #1
0
 // Use this for initialization
 void Start()
 {
     windSpell = GameObject.Find("WindAnim").GetComponent <WindSpell>();
     vivi      = GameObject.Find("Witch character");
     treeAnim  = gameObject.GetComponent <Animator>();
 }
Beispiel #2
0
 public void getWindDirection(WindSpell windspell)
 {
     windDirection = windspell.GetWindDirection();
 }