Advertisement
cnl_cnl_cnl

Untitled

Jul 8th, 2023
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. u = u or {}
  2.  
  3. function u.load(path,obj)
  4. if io.exists(path) then
  5. table.load(path, obj)
  6. cecho("💾➡ "..path.."\n")
  7. end
  8. end
  9.  
  10. function u.save(path,obj)
  11. table.save(path,obj)
  12. cecho("💾⬅ "..path.."\n")
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement