You've already forked taptap2024_GJ_chidouren
init
This commit is contained in:
20
Packages/com.xfkj.xffsm@357f537fea/Runtime/Const/FSMConst.cs
Normal file
20
Packages/com.xfkj.xffsm@357f537fea/Runtime/Const/FSMConst.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
|
||||
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;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user