Guest User

Untitled

a guest
Apr 22nd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5.  
  6. namespace ConsoleApplication28678
  7. {
  8. class Program
  9. {
  10. static void Main()
  11. {
  12. }
  13. }
  14. class Player
  15. {
  16. public static void life(int life)
  17. {
  18. }
  19. public static void heal(int nowlife)
  20. {
  21. life(nowlife = 100);
  22. if (nowlife < 60)
  23. {
  24. nowlife += 100;
  25. }
  26. }
  27. }
  28. }
Add Comment
Please, Sign In to add comment