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