Changes Adding

This commit is contained in:
Driftay
2018-09-21 02:29:28 -04:00
parent ed91f58dc9
commit 1ee8089ca5
10 changed files with 122 additions and 2 deletions

View File

@@ -326,4 +326,8 @@ public interface Faction extends EconomyParticipator {
void remove();
Set<FLocation> getAllClaims();
String getPaypal();
void paypalSet(String paypal);
}