More Credit

This commit is contained in:
Driftay
2019-12-02 14:03:27 -05:00
parent f437144fba
commit d03ca58105
46 changed files with 200 additions and 2 deletions

View File

@@ -16,6 +16,12 @@ import java.util.List;
public enum Relation implements Permissable {
/**
* @author Illyria Team
*/
MEMBER(4, TL.RELATION_MEMBER_SINGULAR.toString()),
ALLY(3, TL.RELATION_ALLY_SINGULAR.toString()),
TRUCE(2, TL.RELATION_TRUCE_SINGULAR.toString()),