Skip to content
Snippets Groups Projects
Commit f659d75f authored by VIGNERON Steven's avatar VIGNERON Steven
Browse files

V0

parent f40bba30
No related branches found
No related tags found
No related merge requests found
doc/V0.png

34.2 KiB

@startuml
package DP{
skin rose
abstract class Arme {
-int degat
-String nom
-double poids
}
class Epee extends Arme {
- int longueur
}
class BatonDeSorcier extends Arme {
-String pouvoir
}
class BaguetteMagique extends Arme {
-int soin
}
abstract class Personnage {
-int pointsDeVie
-int niveau
-String nom
}
Personnage -left- "1" Arme
class Guerrier extends Personnage {
- int force
}
class Roi extends Personnage {
- int force
- String royaume
}
class Sorcier extends Personnage {
- int intelligence
}
class Guerisseur extends Personnage {
- int sagesse
}
}
@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