コード例 #1
0
 private void OnEnable()
 {
     this.attack = this.GetComponent <characterAttack>();
 }
コード例 #2
0
 void Awake()
 {
     attack    = GetComponent <characterAttack>();
     character = GetComponent <characterAttributes>();
     ability   = GetComponent <characterAbilities>();
 }
コード例 #3
0
 void Awake()
 {
     attack = GetComponent <characterAttack>();
 }