Action10122.cs 294 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 Action10122 : ParamObject
  10. {
  11. public Action10122()
  12. {
  13. }
  14. }
  15. }