Advertisement
Guest User

Untitled

a guest
Apr 25th, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. private void OnEnable()
  2. {
  3.  
  4. if (returnPlayer == true)
  5. {
  6. //loadsettings
  7. }
  8. else
  9. {
  10. savedfile == new savedfile;
  11. }
  12.  
  13. // do the rest of your stuff
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement