Advertisement
Guest User

Team

a guest
May 9th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. public class Team {
  2.  
  3. public static ArrayList<Player> showp = new ArrayList<>();
  4. public static ArrayList<Player> hidep = new ArrayList<>();
  5. public static ArrayList<String> name = new ArrayList<>();
  6. public static ArrayList<Player> open = new ArrayList<>();
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement