Guest User

Untitled

a guest
May 26th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1.  
  2. public class ShipClass {
  3. int locationCells;
  4. int numOfHits = 0;
  5.  
  6. void checkSelf(){
  7. //check if hit
  8. }
  9. void setLocationCells(){
  10. //set random location of ship between 1-7
  11. }
  12.  
  13. }
Add Comment
Please, Sign In to add comment