예제 #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
 // 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
 private void Start()
 {
     eH = GetComponent <eHealth>();
     gh = FindObjectOfType <gHealth>();
 }