local StateMachine = Class() AsuraEngine.StateMachine = StateMachine function StateMachine.Ctor(self, stategraph) self.stategraph = stategraph end