Botpack
Class SuperShockExplo

source: e:\games\UnrealTournament\Botpack\Classes\SuperShockExplo.uc
Core.Object
   |
   +--Engine.Actor
      |
      +--Engine.Effects
         |
         +--UnrealShare.AnimSpriteEffect
            |
            +--Botpack.UT_SpriteBallExplosion
               |
               +--Botpack.SuperShockExplo
Direct Known Subclasses:None

class SuperShockExplo
extends Botpack.UT_SpriteBallExplosion

//============================================================================= // SuperShockExplo. //=============================================================================

Function Summary
 
simulated
Timer()



Source Code


00001	//=============================================================================
00002	// SuperShockExplo.
00003	//=============================================================================
00004	class SuperShockExplo expands UT_SpriteBallExplosion;
00005	
00006	simulated Function Timer()
00007	{
00008	}
00009	
00010	defaultproperties
00011	{
00012	     DrawScale=1.000000
00013	}

End Source Code