using System; using TNodeCore.Runtime.Models; namespace TNode.TNodeCore.Editor.Models{ /// /// Editor model that holds the editor only model. /// [Serializable] public abstract class EditorModel:Model{ } }