Skip to content
Snippets Groups Projects
Commit e01b5720 authored by Louis MALTERRE's avatar Louis MALTERRE
Browse files

maj PlanUML LM

parent be27c2c0
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ engine.GamePainter <|-- engine.DrawingPanel
environment.Coordonnees <|-- entity.Entity
environment.Coordonnees *-- jeu.Jeu
entity.Character *-- jeu.Jeu
entity.Character <|-- environment.Physique
interface engine.GameController {
+ Cmd getCommand()
......@@ -59,6 +60,7 @@ class engine.GameEngineGraphical {
}
class entity.Character {
- masse
- impulsionSaut
+ void deplacements()
+ void attaque()
}
......@@ -121,7 +123,6 @@ class jeu.Jeu{
}
class environment.Physique{
- double g
- double lambda
}
@enduml
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment