コード例 #1
0
ファイル: ChargeOnInfected.cs プロジェクト: Noutus/Quack
 private void Awake()
 {
     this.movement  = this.GetComponent <MoveBehaviour>();
     this.wander    = this.GetComponent <WanderMovement>();
     this.infection = this.GetComponent <InfectedBehaviour>();
 }
コード例 #2
0
 private void Awake()
 {
     this.infection = this.GetComponent <InfectedBehaviour>();
 }