Commit 121aed52 authored by REIKAI's avatar REIKAI 💬

Update special.lua

parent a31f4512
function Auxiliary.PreloadUds() function Auxiliary.PreloadUds()
function require(str) function require(str)
loadfile(str..".lua") dofile(str..".lua")
--[[local len = string.len(str) --[[local len = string.len(str)
local result='' local result=''
for i=len,1,-1 do for i=len,1,-1 do
......
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