Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. local UILibrary = {};
  2.  
  3. function UILibrary:Print(a1)
  4. print(a1)
  5. end
  6.  
  7. return UILibrary
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement