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