Action1101921.cs 360 B

123456789101112131415161718
  1. using PaintDotNet.Data.Param;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Text;
  6. using System.Threading.Tasks;
  7. namespace PaintDotNet.Data.Action
  8. {
  9. public class Action1101921 : Action110192
  10. {
  11. public Action1101921() {
  12. this.MenuId = ActionType.GrayIronISO945Type;
  13. }
  14. }
  15. }