Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class Player{
- int playerLocation;
- int playerID;
- Player(int playerLocation, int playerID){
- this.playerLocation=playerLocation;
- this.playerID=playerID;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement