Exemplo n.º 1
0
    // NEW EVENT SYSTEM REMOVES NEED FOR IENUMERATOR
    private void ShowDeathScreen(ClientDeathMessage e)
    {
        while (activePopOffs.Count > 0)
        {
            activePopOffs[0].Done();
        }

        ShowStatic(false);
        ShowDynamic(false);

        damageIndicator.Hide();

        deathScreen.NewDeath(e.killerID);
    }