コード例 #1
0
 private void Start()
 {
     this.resetSkinDamage();
     this.animator  = base.transform.root.GetComponentInChildren <Animator>();
     this.ai        = base.transform.root.GetComponentInChildren <mutantAI_net>();
     this.netHealth = base.transform.root.GetComponentInChildren <mutantNetHealthSync>();
 }
コード例 #2
0
 private void Start()
 {
     this.resetSkinDamage();
     this.animator = base.transform.root.GetComponentInChildren<Animator>();
     this.ai = base.transform.root.GetComponentInChildren<mutantAI_net>();
     this.netHealth = base.transform.root.GetComponentInChildren<mutantNetHealthSync>();
 }