예제 #1
0
 public EnemyMethods(Enemy_Attributes enemy)
 {
     this.enemy = enemy;
 }
예제 #2
0
 void Start()
 {
     //  mAnimCon = new AnimCon(GetComponent<Animator>());
     mAttr = GetComponent <Enemy_Attributes>();
 }
예제 #3
0
 void Start()
 {
     health = 9;
     mAttr  = GetComponent <Enemy_Attributes>();
 }