Commit 121aed52 authored by REIKAI's avatar REIKAI 💬

Update special.lua

parent a31f4512
Pipeline #23671 passed with stages
in 24 minutes and 44 seconds
function Auxiliary.PreloadUds()
function require(str)
loadfile(str..".lua")
dofile(str..".lua")
--[[local len = string.len(str)
local result=''
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