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