Add generic CSharpProxy. Add Empty C# template.

This commit is contained in:
Chandler Cox
2024-09-02 12:57:23 -05:00
parent fc9aa5c184
commit 65fd975b1a
5 changed files with 58 additions and 15 deletions

View File

@@ -0,0 +1,6 @@
%copyright%using System;
using System.Collections.Generic;
using FlaxEngine;
namespace %namespace%;