package appeng.client;

public enum EffectType
{
	Energy, Lightning, Vibrant
}