001package com.fs.starfarer.api.combat;
002
003public interface WeaponEffectPluginWithInit {
004        void init(WeaponAPI weapon);
005        
006}