Adds Faction founding date

..but does not implement it. Future commit will need to add this to /f
show.
This commit is contained in:
Nick Porillo
2015-05-12 12:20:11 -04:00
parent 362bb55a0f
commit dbba8c055c
4 changed files with 28 additions and 3 deletions

View File

@@ -83,6 +83,10 @@ public interface Faction extends EconomyParticipator {
public Location getHome();
public long getFoundedDate();
public void setFoundedDate(long newDate);
public void confirmValidHome();
public String getAccountId();