link downloader
This commit is contained in:
parent
a8d5ba8ba1
commit
449ee2f194
11 changed files with 146 additions and 0 deletions
12
LinkDownloader/Runtime/LinkDownloaderConfig.cs
Normal file
12
LinkDownloader/Runtime/LinkDownloaderConfig.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
using UnityEngine;
|
||||
|
||||
namespace gay.lilyy.LinkDownloader
|
||||
{
|
||||
[AddComponentMenu("LillithRosePup/Link Downloader")]
|
||||
public class LinkDownloaderConfig : MonoBehaviour, VRC.SDKBase.IEditorOnly
|
||||
{
|
||||
public string link;
|
||||
public string path;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue