Beispiel #1
0
    protected override void Awake()
    {
        curHealth = maxHealth;

        StartCoroutine(effects.CheckEffects());
    }