备份CatanBuilding瘦身独立工程
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
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/";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user