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
|
|
|
|
{
|
2017-03-24 14:03:29 +01:00
|
|
|
boolean msg(String msg, Object... args);
|
2016-07-30 12:15:24 +02:00
|
|
|
}
|