예제 #1
0
파일: Tree_Wind.cs 프로젝트: Jurosale/JTM
 // Use this for initialization
 void Start()
 {
     windSpell = GameObject.Find("WindAnim").GetComponent <WindSpell>();
     vivi      = GameObject.Find("Witch character");
     treeAnim  = gameObject.GetComponent <Animator>();
 }
예제 #2
0
 public void getWindDirection(WindSpell windspell)
 {
     windDirection = windspell.GetWindDirection();
 }