10 lines
139 B
C#
10 lines
139 B
C#
#if GRIFFIN
|
|
namespace Pinwheel.Griffin.TextureTool
|
|
{
|
|
public enum GBlendDataSource
|
|
{
|
|
Texture, Number, Vector
|
|
}
|
|
}
|
|
#endif
|