Skip to content

Commit 41883cf

Browse files
committed
Fix ordering to be alphabetical
1 parent 07b529e commit 41883cf

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

SabreTools.RedumpLib/Data/Enumerations.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3749,15 +3749,15 @@ public enum SiteCode
37493749
// This doesn't have a site tag yet
37503750
[HumanReadable(ShortName = "<b>Steam App ID</b>:", LongName = "<b>Steam AppID</b>:")]
37513751
SteamAppID,
3752-
3753-
// This doesn't have a site tag yet
3754-
[HumanReadable(ShortName = "<b>Steam Depot ID (.sis/.sim/.sid)</b>:", LongName = "<b>Steam Depot ID (.sis/.sim/.sid)</b>:")]
3755-
SteamSimSidDepotID,
3756-
3752+
37573753
// This doesn't have a site tag yet
37583754
[HumanReadable(ShortName = "<b>Steam Depot ID (.sis/.csm/.csd)</b>:", LongName = "<b>Steam Depot ID (.sis/.csm/.csd)</b>:")]
37593755
SteamCsmCsdDepotID,
37603756

3757+
// This doesn't have a site tag yet
3758+
[HumanReadable(ShortName = "<b>Steam Depot ID (.sis/.sim/.sid)</b>:", LongName = "<b>Steam Depot ID (.sis/.sim/.sid)</b>:")]
3759+
SteamSimSidDepotID,
3760+
37613761
[HumanReadable(ShortName = "[T:TID]", LongName = "<b>Taito ID</b>:")]
37623762
TaitoID,
37633763

0 commit comments

Comments
 (0)