Exemple #1
0
 void Start()
 {
     state        = GetComponent <test_enemystate>();
     state.Atteck = attack;
 }
Exemple #2
0
 void Start()
 {
     test_state = GetComponent <test_enemystate>();
 }