Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. public void GotoScene(string scene)
  2. {
  3. Application.LoadLevel(scene);
  4. }
  5.  
  6. public void ExtiGame()
  7. {
  8. Application.Quit();
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement