#if GRIFFIN
namespace Pinwheel.Griffin
{
    public enum GSnapMode
    {
        Terrain, World
    }
}
#endif