8 lines
150 B
C#
8 lines
150 B
C#
namespace Pinwheel.Griffin.PaintTool
|
|
{
|
|
public interface IGTexturePainterWithCustomParams
|
|
{
|
|
void Editor_DrawCustomParamsGUI();
|
|
}
|
|
}
|