28 {
29 Object target_object = action_data.m_Target.GetObject();
30 BarrelHoles_ColorBase ntarget = BarrelHoles_ColorBase.Cast( target_object );
31
32 if( ntarget )
33 {
34 ntarget.Close();
35 if (ntarget.GetBarrelCloseSoundset() != string.Empty)
36 ntarget.StartItemSoundServer(SoundConstants.ITEM_BARREL_CLOSE);
37 }
38 }