Applying Detonator onto Component menu permanently

Hey guys, I have a question. How would I be able to apply Detonator Kit onto my components permanently? I know that by clicking on a certain file, I can open Detonator Kit, but when I open a regular unity setup, Detonator cannot be found under components. How would I be able to add Detonator Kit onto components permanently?

Thanks.

If you are talking about adding the Detonator to your Component menu above, make sure the package is available to your project and add the following at the bottom of the main Detonator script:

@script AddComponentMenu ("Micellaneous/Detonator Kit") // Note: no semicolon

Now the script will be available from the Components menu.