Commit 64e35e77 authored by 聖園ミカ's avatar 聖園ミカ 🐟

1+1=3

parent feafe1ff
function Auxiliary.PreloadUds()
function require(str)
dofile(str..".lua")
--[[local len = string.len(str)
local result=''
for i=len,1,-1 do
local temp=""
temp=string.sub(str,i,i)
if temp=="/" then
result=result..".lua"
Duel.LoadScript(result)
return
end
result=temp..result
end
]]--
end
end
\ No newline at end of file
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