namespace Newlon.Systems.Effects; public interface IEffectHandler { void GiveEffect(Effect what); void EndEffect(Effect what); void ProcessEffects(); }