#if GRIFFIN
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
namespace Pinwheel.Griffin.PaintTool
{
public interface IConditionalPainter
}
#endif