Skip to content

Instantly share code, notes, and snippets.

@5up3rman
Created July 13, 2017 20:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 5up3rman/57ed5f802b5a188cf6c60440af4d2081 to your computer and use it in GitHub Desktop.
Save 5up3rman/57ed5f802b5a188cf6c60440af4d2081 to your computer and use it in GitHub Desktop.
Render Assets Processor
namespace EditorEnhancementToolkit.Foundation.ContentEditor.Pipelines.RenderPageAssets
{
public abstract class RenderAssetsProcessor
{
public abstract void Process(RenderPageAssetsArgs args);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment