//=================================================== // PUBLIC METHODS //=================================================== // Passes in the weaponPool public void Init(ObjectPool pool, int damageValue) { weaponPool = pool; damage = damageValue; }