2023-10-29 00:46:17 +08:00

11 lines
121 B
C#

namespace AssetStudio
{
public enum ImageFormat
{
Jpeg,
Png,
Bmp,
Tga
}
}