summaryrefslogtreecommitdiff
path: root/Source/Asura.Framework/scripts/path/path_calculator.lua
blob: 1a564b809c76a4ef2cf9938517487ea5ef98cad9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--[[
ڱ༭componentsб
]]
local PathCalculator = AsuraEngine.Component.New("PathCalculator")

PathCalculator.path = AsuraEngine.Asset.Type("path", "·")

function PathCalculator:ctor(path) 
    self.path = path
end

return PathCalculator