feat(render): implement Campaign AR and terrain fidelity
This commit is contained in:
parent
99cf26e00c
commit
7a5f96ede5
368 changed files with 50611 additions and 950 deletions
|
|
@ -0,0 +1,13 @@
|
|||
using AcDream.Plugin.Abstractions.Rendering;
|
||||
|
||||
namespace AcDream.Plugin.Tests.Fixtures.InvalidRenderPackMultiple;
|
||||
|
||||
public sealed class FirstRenderPackPlugin : IRenderPackPlugin
|
||||
{
|
||||
public void Register(IRenderPackRegistry registry) { }
|
||||
}
|
||||
|
||||
public sealed class SecondRenderPackPlugin : IRenderPackPlugin
|
||||
{
|
||||
public void Register(IRenderPackRegistry registry) { }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue