Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. ShipData[] ships = new ShipData[] {
  2. new ShipData(5 /*length*/, true /*horizontal*/, 4 /*left*/, 3 /*top*/),
  3. new ShipData(4 /*length*/, true /*horizontal*/, 0 /*left*/, 0 /*top*/),
  4. new ShipData(3 /*length*/, false /*not horizontal*/, 7 /*left*/, 6 /*top*/),
  5. new ShipData(3 /*length*/, false /*not horizontal*/, 1 /*left*/, 6 /*top*/),
  6. new ShipData(2 /*length*/, true /*not horizontal*/, 5 /*left*/, 9 /*top*/)
  7. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement