#if UNITY_EDITOR using NWH.NUI; namespace NWH.DWP2.NUI { public class DWP_NUIPropertyDrawer : NUIPropertyDrawer { public override string GetDocumentationBaseURL() { return "http://dynamicwaterphysics.com/doku.php/"; } } } #endif