Botpack
Class TranslocGold

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

class TranslocGold
extends Botpack.TranslocGlow



Source Code


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

End Source Code