Files
AR-Menu-Legacy/Library/PackageCache/com.needle.engine-exporter@8c046140a1d9/Deploy/Runtime/DeployToItch.cs
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
{
}
}