9 lines
184 B
C#
9 lines
184 B
C#
|
using UnityEngine;
|
||
|
using System.Collections.Generic;
|
||
|
|
||
|
public static class ExcelConstData
|
||
|
{
|
||
|
public const int AgreementTerms_1001 = 1001;
|
||
|
public const int AgreementTerms_1002 = 1002;
|
||
|
|
||
|
}
|