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