@ -2,7 +2,11 @@
title: Animal example
note for PlayerActif "Joueur en jeu"
note for PlayerStatic "Joueur dans les menus"
---
```mermaid
classDiagram
@ -16,14 +20,13 @@ class PlayerActif{
+ChangeCurrentLevel(int)
+Play()
}
class PlayerStatic{
+int score
+float percentToSuper
+HandleUseSuper()
User <|-- PlayerActif
User <|-- PlayerStatic