@@ -18,7 +18,7 @@ namespace Stary.Evo
|
|||||||
HashMap<string, FSMIState> States { get; set; }
|
HashMap<string, FSMIState> States { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public class FsmSystem : MonoBehaviour, IFsmSystem
|
public class FsmSystem : IFsmSystem
|
||||||
{
|
{
|
||||||
public FSMIState CurState { get; set; }
|
public FSMIState CurState { get; set; }
|
||||||
public HashMap<string, FSMIState> States { get; set; }
|
public HashMap<string, FSMIState> States { get; set; }
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "com.staryevo.main",
|
"name": "com.staryevo.main",
|
||||||
"version": "1.3.24",
|
"version": "1.3.23",
|
||||||
"displayName": "00.StaryEvo",
|
"displayName": "00.StaryEvo",
|
||||||
"description": "This is an Framework package(后台服务器版本,端口9527)",
|
"description": "This is an Framework package(后台服务器版本,端口9527)",
|
||||||
"unity": "2021.3",
|
"unity": "2021.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user