Skip to content

Commit

Permalink
Restore a file
Browse files Browse the repository at this point in the history
  • Loading branch information
iMrShadow committed Oct 11, 2024
1 parent 41b2175 commit 9e9f7f8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions TelltaleTextureTool/TelltaleTextureTool/Main/MetaVersions.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
namespace TelltaleTextureTool.Main;

public enum MetaVersion
{
MSV6 = 3,
MSV5 = 2,
MTRE = 1,
MBIN = 0,
Unknown = -1
}

0 comments on commit 9e9f7f8

Please sign in to comment.