namespace TNodeCore.Runtime.Attributes{ /// /// Internal use only. so that Editor Cache and Runtime cache could register it globally. /// public class InternalUsageAttribute:System.Attribute{ public InternalUsageAttribute(){ } } }