summaryrefslogtreecommitdiff
path: root/Source/Asura.Framework/scripts/ai/state_graph.lua
blob: a699e768a8647bb8f4fce4409645a33334fc85bb (plain)
1
2
3
4
5
6
7
8
9
10
11
local StateGraph = AsuraEngine.Asset.Sub("StateGraph")

AsuraEngine.StateGraph = StateGraph

function StateGraph.Ctor(self)

end

function StateGraph.ToAsset()

end