コード例 #1
0
ファイル: Person.cs プロジェクト: tompall/phoenix
 public void Initialize()
 {
     this.Mood      = eMood.allright;
     this.Health    = eHealth.ok;
     this.Social    = eSocial.loner;
     this.Political = ePolitical.central;
 }
コード例 #2
0
ファイル: Jabba.cs プロジェクト: kubuka/gardenAttack
 // Start is called before the first frame update
 void Start()
 {
     anim = GetComponent <Animator>();
     eH   = GetComponent <eHealth>();
 }
コード例 #3
0
 // Start is called before the first frame update
 void Start()
 {
     eh = GetComponent <eHealth>();
 }
コード例 #4
0
ファイル: Lizard.cs プロジェクト: kubuka/gardenAttack
 private void Start()
 {
     eH = GetComponent <eHealth>();
     gh = FindObjectOfType <gHealth>();
 }