2013-04-22 09:37:53 +02:00
|
|
|
package com.massivecraft.factions;
|
2011-10-12 17:25:01 +02:00
|
|
|
|
|
|
|
public interface EconomyParticipator extends RelationParticipator
|
|
|
|
{
|
2013-04-12 08:56:26 +02:00
|
|
|
public boolean msg(String msg, Object... args);
|
2016-07-30 12:15:24 +02:00
|
|
|
}
|