Botpack
Class TranslocBlue

source: e:\games\UnrealTournament\Botpack\Classes\TranslocBLue.uc
Core.Object
   |
   +--Engine.Actor
      |
      +--Engine.Effects
         |
         +--Botpack.TranslocGlow
            |
            +--Botpack.TranslocBlue
Direct Known Subclasses:None

class TranslocBlue
extends Botpack.TranslocGlow



Source Code


00001	class TranslocBlue extends TranslocGlow;
00002	
00003	defaultproperties
00004	{
00005	     Sprite=Texture'Botpack.Translocator.Tranglowb'
00006	     Texture=Texture'Botpack.Translocator.Tranglowb'
00007	     Skin=Texture'Botpack.Translocator.Tranglowb'
00008	}

End Source Code