NehManAlmighty

Untitled

Jan 4th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. // Runs only one time
  2. public void run() {
  3. MessageBox::Show("Yo, please subscribe my YouTube channel NehMan Almighty!", "Test", MB_OK);
  4. }
  5.  
  6. // Runs forever
  7. public void loop() {
  8. run();
  9. }
Add Comment
Please, Sign In to add comment