Beispiel #1
0
 // Use this for initialization
 void Start()
 {
     health = maxHealth;
     energy = maxEnergy;
     level  = 0;
     animationController.AttachWeapon();
     animationController.AttachArmor();
     animationController.AttachArtifact();
 }