Advertisement
EuroCreeper

Untitled

Aug 24th, 2013
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. public class npc {
  2. public int Mediator addoption(int id) {
  3. return id;
  4. }
  5. }
  6.  
  7. public class Mediator {
  8. public static Mediator2 angry(int strenght, int range) {
  9. sytem.out.print("The NPC with the id" + id + "with the strenght" + sternght + "is angry and acts over the range" + range)
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement