Skip to content

Commit

Permalink
Reverted order.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlamkins authored Feb 28, 2023
1 parent 624e652 commit e9efd5a
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions Gw2Sharp/WebApi/V2/Models/Items/ItemType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ public enum ItemType
Consumable,

/// <summary>
/// Container type.
/// Crafting material type.
/// </summary>
Container,
CraftingMaterial,

/// <summary>
/// Crafting material type.
/// Container type.
/// </summary>
CraftingMaterial,
Container,

/// <summary>
/// Gathering type.
Expand All @@ -50,26 +50,11 @@ public enum ItemType
/// </summary>
Gizmo,

/// <summary>
/// Jade tech module type.
/// </summary>
JadeTechModule,

/// <summary>
/// Key type.
/// </summary>
Key,

/// <summary>
/// Mini pet type.
/// </summary>
MiniPet,

/// <summary>
/// Power core type.
/// </summary>
PowerCore,

/// <summary>
/// Tool type.
/// </summary>
Expand Down Expand Up @@ -98,6 +83,21 @@ public enum ItemType
/// <summary>
/// Weapon type.
/// </summary>
Weapon
Weapon,

/// <summary>
/// Key type.
/// </summary>
Key,

/// <summary>
/// Jade tech module type.
/// </summary>
JadeTechModule,

/// <summary>
/// Power core type.
/// </summary>
PowerCore
}
}

0 comments on commit e9efd5a

Please sign in to comment.