Sic.Framework-Nanjing-Baishi/MECF.Framework.UI.Client/RecipeEditorLib/RecipeModel/Params/PopSettingParam.cs

7 lines
158 B
C#
Raw Normal View History

namespace MECF.Framework.UI.Client.RecipeEditorLib.RecipeModel.Params
2023-04-13 11:51:03 +08:00
{
public class PopSettingParam : ParamBaseWithGenericValue<string>
{
}
}