Action11011031.cs 368 B

1234567891011121314151617
  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 Action11011031 : Action110110B
  10. {
  11. public Action11011031()
  12. {
  13. this.MenuId = ActionType.VermiculateCastIronISO945Type;
  14. }
  15. }
  16. }