Exemplo n.º 1
0
 public static EVEItem GetItem(invType type)
 {
     return GetItem(type.typeID);
 }
Exemplo n.º 2
0
 public static invGroup GetGroup(invType type)
 {
     if (type.groupID == null)
         return null;
     return GetGroup(type.groupID.Value);
 }
Exemplo n.º 3
0
 public static invType GetMeta0Type(invType type)
 {
     return GetMeta0Type(type.typeID);
 }
Exemplo n.º 4
0
 public static invBlueprintType GetBlueprintType(invType type)
 {
     return GetBlueprintType(type.typeID);
 }
Exemplo n.º 5
0
 public static IEnumerable<invTypeMaterial> GetTypeMaterials(invType type)
 {
     return GetTypeMaterials(type.typeID);
 }
Exemplo n.º 6
0
 partial void DeleteinvType(invType instance);
Exemplo n.º 7
0
 partial void UpdateinvType(invType instance);
Exemplo n.º 8
0
 partial void InsertinvType(invType instance);