InformationSaveAndAudioCore_Over

This commit is contained in:
Han
2025-03-26 09:34:52 +08:00
parent 93531fdabf
commit 4f6edd606d
87 changed files with 2083 additions and 555 deletions

View File

@@ -0,0 +1,25 @@
using UnityEngine;
/****************************************************
文件ScriptObjectTopicSave.cs
作者:张铮
邮箱:
日期2022/3/10 16:21:54
功能:
*****************************************************/
namespace Stary.Evo.InformationSave.Data
{
[CreateAssetMenu(fileName = "InformationSaveScriptObject", menuName = "Point8/InformationSaveScriptObject")]
public class InformationSaveScriptObject : ScriptableObject
{
public string[] Urls;
// [Button]
// public void SavaJson(){
//
// UnityWebRequestSystem.SaveJson(topics,"TopicJson");
// }
}
}