using System.Collections; using System.Collections.Generic; using UnityEngine; namespace TinaX.Tween.Const { public static class TweenConst { public const string ComponentMenuRootPath = @"TinaX/Tween/"; } }