Beispiel #1
0
 public override void Init()
 {
     base.Init();
     this.AddListener(this.GetRootHFSM().eventDispatchers, "hello", () => LogCat.warn(this.key));
 }