Exemplo n.º 1
0
    bool ExpendAmmo()
    {
        if (ammo == null)
        {
            return(false);
        }

        return(ammo.ExpendAmmo());
    }