@ -23,6 +23,13 @@ package "Tiles" {
enum Shape
}
package "Events" {
class AddPlayerNotifiedEventArgs
class EndOfGameNotifiedEventArgs
class NextPlayerNotifiedEventArgs
class PlaceTileNotifiedEventArgs
Cell <--* Board
IPlayer ..|> Game
@ -33,4 +40,5 @@ Score --> Player
Tile <--* TileBag
Tile --> Color
Tile --> Shape
@enduml