Guest User

Untitled

a guest
Sep 2nd, 2018
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. type TSplash
  2.     Global instance:TSplash=null
  3.  
  4.     Local hello:Int
  5.  
  6.     function access:TSplash()
  7.         if not instance then instance = new TSplash
  8.         return instance
  9.     end function
  10. end type
  11.  
  12.  
  13.  
  14. TSplash.access().hello
Add Comment
Please, Sign In to add comment