1
0
Fork 0
LaboratoryProtection/Assets/UnityTest/ZXL/Scripts/ConstData.cs

9 lines
174 B
C#
Raw Normal View History

2023-09-13 15:04:19 +08:00
namespace UnityTest.ZXL
{
public static class ConstData
{
public static string Timeline2_1_Over = "Timeline2_1_Over";// 2-1结束
}
}