package com.massivecraft.factions;
public interface PowerBoosted
{
double getPowerBoost();
void setPowerBoost(Double powerBoost);
}