public List <int> GetContrabandFactions() { return(Util.GetListFromMethod <int>(this, "GetContrabandFactions", "int")); }
/// <summary> /// Wrapper for the GetCargo method of the item type. /// </summary> /// <returns></returns> public List <Item> GetCargo() { return(Util.GetListFromMethod <Item>(this, "GetCargo", "item")); }