Add project files.
This commit is contained in:
10
AssetStudioUtility/ImageFormat.cs
Normal file
10
AssetStudioUtility/ImageFormat.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace AssetStudio
|
||||
{
|
||||
public enum ImageFormat
|
||||
{
|
||||
Jpeg,
|
||||
Png,
|
||||
Bmp,
|
||||
Tga
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user