#if GRIFFIN using UnityEngine; namespace Pinwheel.Griffin { /// /// Dummy class to detect if terrain tools are added to the scene /// [AddComponentMenu("")] public class GTerrainTools : MonoBehaviour { } } #endif