You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
1.7 KiB

  1. ___________________________________________________________
  2. WorldPersistence________________________________________ \
  3. Planet_______________________________________________ \ \
  4. Asteroid__________________________________________ \ \ \
  5. MeetingPoint___________________________________ \ \ \ \
  6. Obstacle____________________________________ \ \ \ \ \
  7. Shape____________________________________ \ \ \ \ \ \
  8. MeetingPointOwned_____________________ \ \ \ \ \ \ \
  9. Fleet______________________________ \ \ \ \ \ \ \ \
  10. Ship____________________________ \ \ \ \ \ \ \ \ \
  11. FleetOwned___________________ \ \ \ \ \ \ \ \ \ \
  12. Position__________________ \ \ \ \ \ \ \ \ \ \ \
  13. PlayerOwned____________ \ \ \ \ \ \ \ \ \ \ \ \
  14. Player______________ \ \ \ \ \ \ \ \ \ \ \ \ \
  15. \ \ \ \ \ \ \ \ \ \ \ \ \ \
  16. +--------------------+---+---+---+---+---+---+---+---+---+---+---+---+---+
  17. | Game Objects | | | | | | | | | | | | | |
  18. +--------------------+---+---+---+---+---+---+---+---+---+---+---+---+---+
  19. | Player | x | | | | | | | | | | | | x |
  20. | Ship | | x | x | x | x | | | | | | | | x |
  21. | Fleet | | | | | | x | x | | | | | | x |
  22. | Asteroid | | x | x | | | | | x | x | x | x | | x |
  23. | Planet | | x | x | | | | | x | x | x | | x | x |
  24. | MeetingPoint | | | x | | | | | | | x | | | x |
  25. +--------------------+---+---+---+---+---+---+---+---+---+---+---+---+---+