7 lines
158 B
C#
7 lines
158 B
C#
namespace MECF.Framework.UI.Client.RecipeEditorLib.RecipeModel.Params
|
|
{
|
|
public class PopSettingParam : ParamBaseWithGenericValue<string>
|
|
{
|
|
}
|
|
}
|