- using System.Collections;
- using System.Collections.Generic;
- using UnityEngine;
- using System;
- namespace TModule.Editor
- {
- [Serializable]
- public class AssetBudleToolConfig : ScriptableObject
- {
- public string m_savePath;
- public bool m_copyToStreamingAssets;
- }
- }
|