class MeleeFlashlight : Pistol { class ItemActions { class Toolbelt { text = "Add to toolbelt"; }; }; }; class ItemFlashlight : ItemCore { class ItemActions { class Toolbelt { text = "Remove from toolbelt"; }; }; }; class MeleeFlashlightRed : MeleeFlashlight { class ItemActions { class Toolbelt { text = "Add to toolbelt"; }; }; }; class ItemFlashlightRed : ItemCore { class ItemActions { class Toolbelt { text = "Remove from toolbelt"; }; }; };