10 lines
264 B
Ucode
10 lines
264 B
Ucode
class Inv_TransmitterSwitch extends Inv_TransmitterPart;
|
|
|
|
defaultproperties
|
|
{
|
|
PickupClass = class 'Pickup_TransmitterSwitch'
|
|
|
|
CarriedMaterial = Texture 'Pier_T.Icons.Goldbar_Icon_64'
|
|
GroundMaterial = Texture 'Pier_T.Icons.Goldbar_Icon_64'
|
|
}
|