forked from fauvet/API_BUT5.5
Base API
This commit is contained in:
9
src/fr/iut_fbleau/but3GameBody/entity/Result.java
Normal file
9
src/fr/iut_fbleau/but3GameBody/entity/Result.java
Normal file
@@ -0,0 +1,9 @@
|
||||
package fr.iut_fbleau.but3GameBody.entity;
|
||||
|
||||
public class Result {
|
||||
|
||||
public final static int GAGNE = 1;
|
||||
public final static int EGALITE = 0;
|
||||
public final static int PERDU = -1;
|
||||
|
||||
}
|
Reference in New Issue
Block a user