KopMap/Assets/MindPowerSdk/Table/CSceneObjSet.cs

12 lines
239 B
C#
Raw Permalink Normal View History

2025-04-03 02:30:16 +08:00
using System.Collections.Generic;
using System.IO;
using System.Runtime.InteropServices;
using Newtonsoft.Json;
using UnityEngine;
namespace MindPowerSdk
{
public sealed class CSceneObjSet : CRawDataSet<CSceneObjInfo>
{
}
}