Beispiel #1
0
    public Deployable GetDeployable()
    {
        ItemModDeployable modDeployable = this.GetModDeployable();

        if (modDeployable == null)
        {
            return(null);
        }
        return(modDeployable.GetDeployable(this));
    }
Beispiel #2
0
    public Deployable GetDeployable()
    {
        ItemModDeployable modDeployable = this.GetModDeployable();

        if (Object.op_Equality((Object)modDeployable, (Object)null))
        {
            return((Deployable)null);
        }
        return(modDeployable.GetDeployable((BaseEntity)this));
    }