Add generic CSharpProxy. Add Empty C# template.
This commit is contained in:
6
Content/Editor/Scripting/CSharpEmptyTemplate.cs
Normal file
6
Content/Editor/Scripting/CSharpEmptyTemplate.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
%copyright%using System;
|
||||
using System.Collections.Generic;
|
||||
using FlaxEngine;
|
||||
|
||||
namespace %namespace%;
|
||||
|
||||
Reference in New Issue
Block a user