class EpoxyPutty: Inventory_Base
{
override void SetActions()
{
super.SetActions();
AddAction(ActionRepairCarPart); //Heals ONLY global health for now
AddAction(ActionRepairCarChassis);
}
};
Esc
↑↓ to navigate · ↵ to open · type Class.member to scope