rott/kf_sources/FrightScript/Classes/Inv_GasCan.uc
2026-07-14 20:27:09 +07:00

8 lines
201 B
Ucode

class Inv_GasCan extends KF_StoryInventoryItem;
defaultproperties
{
AttachmentClass = none; // gas can have no visible attachment when carried!
PickupClass = class 'Pickup_GasCan'
}