10 lines
182 B
C#
10 lines
182 B
C#
using UnityEngine;
|
|
|
|
namespace Needle.Cloud.Editor
|
|
{
|
|
public class NeedleCloudAssetData : ScriptableObject
|
|
{
|
|
public string url;
|
|
public string localpath;
|
|
}
|
|
} |