Files
Cielonos/Assets/Plugins/AllIn13DShader/Editor/Drawers/EffectDrawers/GeneralEffectDrawer.cs
SoulliesOfficial d94241f36c 场景设计
2026-01-12 03:22:16 -05:00

11 lines
305 B
C#

namespace AllIn13DShader
{
public class GeneralEffectDrawer : AbstractEffectDrawer
{
public GeneralEffectDrawer(AllIn13DShaderInspectorReferences references,
PropertiesConfig propertiesConfig) : base(references, propertiesConfig)
{
this.drawerID = Constants.GENERAL_EFFECT_DRAWER_ID;
}
}
}