... | ... | @@ -46,7 +46,6 @@ left to right direction |
|
|
class Combat
|
|
|
class Pokemon
|
|
|
class PKtype
|
|
|
class P
|
|
|
class Player
|
|
|
class Game
|
|
|
class Screen
|
... | ... | @@ -66,9 +65,8 @@ Screen <-- Game |
|
|
Combat o-- Game
|
|
|
Pokemon <-- Combat
|
|
|
PKtype <-- Pokemon
|
|
|
Pokemon <-- P
|
|
|
P <|-- Boss
|
|
|
P <|-- Player
|
|
|
Pokemon <-- Boss
|
|
|
Pokemon <-- Player
|
|
|
Boss --* Game
|
|
|
Player --* Game
|
|
|
|
... | ... | |