Sic.Framework/MECF.Framework.UI.Client/RecipeEditorLib/RecipeModel/Params/ExpanderParam.cs

8 lines
132 B
C#
Raw Normal View History

2023-04-13 11:51:03 +08:00
namespace RecipeEditorLib.RecipeModel.Params
{
public class ExpanderParam : ParamBaseWithGenericValue<object>
{
}
}