Beispiel #1
0
 public HumanPsyche()
 {
     emotions = new HumanEmotions();
     setStage = -1;
 }
Beispiel #2
0
 public HumanPsyche(HumanSave load)
 {
     emotions = new HumanEmotions(load);
     setStage = load.setStage;
 }