metalplate.c 175 B

12345678910
  1. class MetalPlate extends ItemBase
  2. {
  3. override void SetActions()
  4. {
  5. super.SetActions();
  6. AddAction(ActionAttachToConstruction);
  7. AddAction(ActionAttachOnSelection);
  8. }
  9. }