[Add] All in one shader
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace AllIn13DShader
|
||||
{
|
||||
public class GeneralEffectDrawer : AbstractEffectDrawer
|
||||
{
|
||||
public GeneralEffectDrawer(AllIn13DShaderInspectorReferences references,
|
||||
PropertiesConfig propertiesConfig) : base(references, propertiesConfig)
|
||||
{
|
||||
this.drawerID = Constants.GENERAL_EFFECT_DRAWER_ID;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user