namespace Gamestrap { // Apply to the componets you want to include in the Effectors // If you don't apply it then the tool will not know when to remove the components public interface IModifier { } }