Core.Object | +--Engine.Actor | +--Engine.Pickup | +--XIII.XIIIPickup | +--XIII.HookPick
00001 //----------------------------------------------------------- 00002 // 00003 //----------------------------------------------------------- 00004 class HookPick extends XIIIPickup; 00005 00006 00007 00008 defaultproperties 00009 { 00010 InventoryType=Class'XIII.Hook' 00011 PickupMessage="Hook" 00012 PickupSound=Sound'XIIIsound.SpecActions.HookPick' 00013 StaticMesh=StaticMesh'MeshArmesPickup.grappin' 00014 }