diff options
author | chai <chaifix@163.com> | 2019-01-31 20:31:47 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-01-31 20:31:47 +0800 |
commit | f756fa0a17675ea70956af9c42f6c1117a84f9bd (patch) | |
tree | 511beef1d3b7ee973cbc0b1f710456c2fd434488 /Source/Asura.Framework/scripts/ai/state_graph.lua | |
parent | ec52706ef07e0ef3c07cb60f2f643f020646c9e8 (diff) |
*misc
Diffstat (limited to 'Source/Asura.Framework/scripts/ai/state_graph.lua')
-rw-r--r-- | Source/Asura.Framework/scripts/ai/state_graph.lua | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Source/Asura.Framework/scripts/ai/state_graph.lua b/Source/Asura.Framework/scripts/ai/state_graph.lua new file mode 100644 index 0000000..a699e76 --- /dev/null +++ b/Source/Asura.Framework/scripts/ai/state_graph.lua @@ -0,0 +1,11 @@ +local StateGraph = AsuraEngine.Asset.Sub("StateGraph") + +AsuraEngine.StateGraph = StateGraph + +function StateGraph.Ctor(self) + +end + +function StateGraph.ToAsset() + +end
\ No newline at end of file |