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;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4b79137ac4899f240a27646af5a5b270
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user