8 lines
120 B
C#
8 lines
120 B
C#
|
namespace Pinwheel.Griffin.TextureTool
|
||
|
{
|
||
|
public enum GBlendDataSource
|
||
|
{
|
||
|
Texture, Number, Vector
|
||
|
}
|
||
|
}
|