Beispiel #1
0
 public void Initialize()
 {
     this.Mood      = eMood.allright;
     this.Health    = eHealth.ok;
     this.Social    = eSocial.loner;
     this.Political = ePolitical.central;
 }
Beispiel #2
0
 // Start is called before the first frame update
 void Start()
 {
     anim = GetComponent <Animator>();
     eH   = GetComponent <eHealth>();
 }
Beispiel #3
0
 // Start is called before the first frame update
 void Start()
 {
     eh = GetComponent <eHealth>();
 }
Beispiel #4
0
 private void Start()
 {
     eH = GetComponent <eHealth>();
     gh = FindObjectOfType <gHealth>();
 }