11 lines
305 B
C#
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;
|
|
}
|
|
}
|
|
} |