remplacement void
This commit is contained in:
parent
578575512c
commit
50039d2d7f
1 changed files with 5 additions and 5 deletions
10
projet.use
10
projet.use
|
@ -27,8 +27,8 @@ enum EtatBateau {
|
||||||
|
|
||||||
class Jeu
|
class Jeu
|
||||||
operations
|
operations
|
||||||
init(nom1: String,nom2: String): void
|
init(nom1: String,nom2: String):
|
||||||
debut(): void
|
debut():
|
||||||
end
|
end
|
||||||
|
|
||||||
class Joueur
|
class Joueur
|
||||||
|
@ -41,7 +41,7 @@ end
|
||||||
|
|
||||||
class Flotte
|
class Flotte
|
||||||
operations
|
operations
|
||||||
ajouterBateau(bateau: Bateau): void
|
ajouterBateau(bateau: Bateau):
|
||||||
end
|
end
|
||||||
|
|
||||||
class TypeCoup
|
class TypeCoup
|
||||||
|
@ -51,7 +51,7 @@ end
|
||||||
|
|
||||||
class Plateau
|
class Plateau
|
||||||
operations
|
operations
|
||||||
afficherPlateau(CacherBateaux: Boolean): void
|
afficherPlateau(CacherBateaux: Boolean):
|
||||||
end
|
end
|
||||||
|
|
||||||
class Case
|
class Case
|
||||||
|
@ -60,7 +60,7 @@ attributes
|
||||||
y: Integer
|
y: Integer
|
||||||
type: TypeCase
|
type: TypeCase
|
||||||
operations
|
operations
|
||||||
changerEtat(nouveauEtat: TypeCase): void
|
changerEtat(nouveauEtat: TypeCase):
|
||||||
getEtat(): TypeCase
|
getEtat(): TypeCase
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue