projects
/
Jin
master
minimal
2D游戏框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libjin-lua
/
embed
/
scripts
/
ai
/
state_machine.lua
blob: b4ec7685bd40b95fc25e530c083af1765e6ac0ff (
plain
)
1
2
3
4
5
6
7
jin.ai = jin.ai or {} local statemachine = {} jin.ai.newStateMachine = function() end