示例#1
0
    public void EnemyHit()
    {
        lives -= 1;

        if (lives <= 0)
        {
            death.BrotherHasDied();
        }
    }