Files
2025-11-30 08:35:03 +02:00

13 lines
418 B
C#

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
{
}
}