Beispiel #1
0
 public void Start()
 {
     currentHealth          = maxHealth;
     screenStaticController = GameObject.FindGameObjectWithTag("ScreenStaticController").GetComponent <ScreenStaticController>();
 }