Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgal committed Oct 6, 2023
1 parent 0f78c13 commit 18423cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions LanternExtractor/EQ/Archive/ArchiveType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ namespace LanternExtractor.EQ.Archive
{
public enum ArchiveType
{
Unknown,
Pfs,
T3d
Unknown = 0,
Pfs = 1,
T3d = 2
}
}

0 comments on commit 18423cf

Please sign in to comment.