Esempio n. 1
0
    public virtual void DrawHUD()
    {
        if (!IsAlive)
        {
            return;
        }

        hud.DrawHUD();
    }