using UnityEngine;
namespace RedCircuit.Save
{
/// <summary>本地数据库,基于 SQLite 存储存档、蓝图与设置,支持离线缓存。</summary>
public class LocalDatabase : MonoBehaviour
}