1234567891011121314151617 |
- using PaintDotNet.Data.Param;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace PaintDotNet.Data.Action
- {
- public class Action11011021 : Action110110A
- {
- public Action11011021()
- {
- this.MenuId = ActionType.VermiculateCastIronJBT3829Classification;
- }
- }
- }
|