You've already forked taptap2024_GJ_chidouren
init
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
|
||||
namespace XFFSM
|
||||
{
|
||||
|
||||
public enum CompareType {
|
||||
|
||||
Greater = 0,
|
||||
Less,
|
||||
Equal,
|
||||
NotEqual,
|
||||
|
||||
}
|
||||
|
||||
[System.Serializable]
|
||||
public class FSMConditionData
|
||||
{
|
||||
|
||||
public float targetValue;
|
||||
|
||||
public string parameterName;
|
||||
|
||||
public CompareType compareType;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user