feat: mePage
This commit is contained in:
@@ -13,16 +13,16 @@ public enum RoleAsso {
|
||||
VTRESORIER("Vise-Trésorier", 2),
|
||||
MEMBREBUREAU("Membre bureau", 1);
|
||||
|
||||
public final String name;
|
||||
public final String str;
|
||||
public final int level;
|
||||
|
||||
RoleAsso(String name, int level) {
|
||||
this.name = name;
|
||||
this.str = name;
|
||||
this.level = level;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return name;
|
||||
return str;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user