using XCEngine; namespace XCEngine.Rendering { public abstract class RenderPipelineAsset : ScriptableObject { protected RenderPipelineAsset() { } } }