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