using UnityEngine; namespace Needle.Engine.Deployment { [DeploymentComponent] [HelpURL(Constants.DocumentationUrl)] [AddComponentMenu("Needle Engine/Deploy/Deploy to Itch.io" + Needle.Engine.Constants.NeedleComponentTags)] [CustomComponentHeaderLink("a7a3bbf585ad443ba80b17cdf40ed3f4", "https://engine.needle.tools/docs/deployment.html#deploy-to-itch.io")] public class DeployToItch : MonoBehaviour { } }