Sic03-8inch/FrameworkLocal/UIClient/RecipeEditorLib/RecipeModel/Params/PopSettingParam.cs

7 lines
133 B
C#
Raw Normal View History

2023-03-03 15:42:13 +08:00
namespace RecipeEditorLib.RecipeModel.Params
{
public class PopSettingParam : ParamBaseWithGenericValue<string>
{
}
}