9 lines
83 B
C#
9 lines
83 B
C#
namespace AmplifyImpostors
|
|
{
|
|
public enum ImageFormat
|
|
{
|
|
PNG = 0,
|
|
TGA = 1
|
|
}
|
|
}
|