PGRData/Script/matrix/xentity/xguildwar/battle/node/XHomeGWNode.lua

9 lines
209 B
Lua
Raw Permalink Normal View History

local XNormalGWNode = require("XEntity/XGuildWar/Battle/Node/XNormalGWNode")
-- 基地节点
local XHomeGWNode = XClass(XNormalGWNode, "XHomeGWNode")
function XHomeGWNode:Ctor(id)
end
return XHomeGWNode