Guest User

Untitled

a guest
Nov 16th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. public class GameMaster {
  2.  
  3. public static void main(String[] args) {
  4. // 二匹のピカチュウ生成
  5. Pikachu pikataro = new Pikachu(50, 10, "ピカタロウ");
  6. Pikachu pikaziro = new Pikachu(40, 20, "ピカジロウ");
  7. }
  8.  
  9. }
Add Comment
Please, Sign In to add comment