Files
taptap2024_GJ_chidouren/Packages/com.xfkj.xffsm@357f537fea/Runtime/Const/FSMConst.cs
2024-10-16 00:03:41 +08:00

21 lines
317 B
C#

namespace XFFSM
{
public class FSMConst
{
public const string anyState = "Any State";
public const string entryState = "Entry";
public const string up = "up"; // 上一层
public const int StateNodeWith = 200;
public const int StateNodeHeight = 40;
}
}