Commit 324e09c6 authored by wyykak's avatar wyykak

fix missing pic & group.foreach

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent 93f2b3c5
Pipeline #29065 passed with stage
in 9 seconds
if Group.ForEach == nil then
Group.ForEach = function(g, f, ...)
for c in aux.Next(g) do
f(c, ...)
end
end
end
\ No newline at end of file
Duel.LoadScript("nef/mixin.lua")
Duel.LoadScript("nef/nef.lua") Duel.LoadScript("nef/nef.lua")
Duel.LoadScript("nef/msc.lua") Duel.LoadScript("nef/msc.lua")
Duel.LoadScript("nef/fus.lua") Duel.LoadScript("nef/fus.lua")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment