using System.Collections; using System.Collections.Generic; using UnityEngine; namespace CW.Common { /// This class contains some useful methods used by this asset. internal static class CwShared { public const string HelpUrlPrefix = "https://carloswilkes.com/Documentation/Common#"; public const string ComponentMenuPrefix = "Common/CW "; public const string GameObjectMenuPrefix = "GameObject/CW/Common/"; } }