using System; namespace Needle.Engine { /// /// Add to a class that is a deployment component to be displayed in the Needle Engine Build window /// [AttributeUsage(AttributeTargets.Class)] public class DeploymentComponentAttribute : Attribute { } }