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
7
tools/RenderPackValidator/Program.cs
Normal file
7
tools/RenderPackValidator/Program.cs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
namespace AcDream.Tools.RenderPackValidator;
|
||||
|
||||
internal static class Program
|
||||
{
|
||||
private static int Main(string[] args) =>
|
||||
RenderPackValidatorCommand.Run(args, Console.Out, Console.Error);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue