NLDClient-yudde/ProjectNLD/Assets/Editor/Tools/AutoConfig/ExcelHandle/LTExcelData.cs

10 lines
163 B
C#
Raw Normal View History

2023-08-22 19:08:45 +08:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class LTExcelData
{
public string excelName;
public string docId;
}