FM/Assets/Scripts/Runtime/Generate/Excel2CS/ExcelConstData.cs

9 lines
184 B
C#
Raw Normal View History

2025-04-26 21:05:13 +08:00
using UnityEngine;
using System.Collections.Generic;
public static class ExcelConstData
{
public const int AgreementTerms_1001 = 1001;
public const int AgreementTerms_1002 = 1002;
}