Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package Spiel;
- import java.util.ArrayList;
- public class Game {
- public Main m;
- public Game(Connection c, int z) {
- m.roundnuber=z;
- if(m.roundnuber>0){
- new Round("test", this);
- MyPanelRater r = new MyPanelRater();
- m.roundnuber--;
- }else{
- Main m2 = new Main();
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment