ddf054330a
Boards can be toggled with /f sb. Toggles are persistent in a yml file. Also fix some small spelling and format things that were really bugging me.
8 lines
203 B
Java
8 lines
203 B
Java
package com.massivecraft.factions.iface;
|
|
|
|
public interface EconomyParticipator extends RelationParticipator {
|
|
|
|
public String getAccountId();
|
|
|
|
public void msg(String str, Object... args);
|
|
} |