2011-10-12 17:25:01 +02:00
|
|
|
package com.massivecraft.factions.iface;
|
|
|
|
|
2014-04-04 20:55:21 +02:00
|
|
|
public interface EconomyParticipator extends RelationParticipator {
|
|
|
|
public String getAccountId();
|
|
|
|
|
|
|
|
public void msg(String str, Object... args);
|
2011-10-12 17:25:01 +02:00
|
|
|
}
|