8 lines
118 B
C#
8 lines
118 B
C#
namespace Pinwheel.Griffin.TextureTool
|
|
{
|
|
public enum GImageFileExtension
|
|
{
|
|
PNG, JPG, EXR, TGA
|
|
}
|
|
}
|