Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- u = u or {}
- function u.load(path,obj)
- if io.exists(path) then
- table.load(path, obj)
- cecho("💾➡ "..path.."\n")
- end
- end
- function u.save(path,obj)
- table.save(path,obj)
- cecho("💾⬅ "..path.."\n")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement