Files
BITFALL/Assets/Plugins/CW/Shared/Common/Required/Scripts/CwCommon.cs
CortexCore 4adcd33811 breakpoint
before change animation type
2023-12-26 20:07:19 +08:00

16 lines
446 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace CW.Common
{
/// <summary>This class contains some useful methods used by this asset.</summary>
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/";
}
}