Guest User

Untitled

a guest
Apr 22nd, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. HashMaps:
  2.  
  3. public Map<Player, Boolean> battleStatus = new HashMap<Player, Boolean>();
  4. public Map<Player, Integer> taskID = new HashMap<Player, Integer>();
Add Comment
Please, Sign In to add comment