forked from menault/TD3_DEV51_Qualite_Algo
Base
This commit is contained in:
23
src/Partie.java
Normal file
23
src/Partie.java
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
/**
|
||||
* La classe <code>Partie</code>
|
||||
*
|
||||
* @version
|
||||
* @author
|
||||
* Date :
|
||||
* Licence :
|
||||
*/
|
||||
public class Partie {
|
||||
//Attributs
|
||||
|
||||
//Constructeur
|
||||
public Partie() {
|
||||
|
||||
}
|
||||
//Méthodes
|
||||
|
||||
//Affichage
|
||||
public String toString() {
|
||||
return "" ;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user