Add more scripting templates.

This commit is contained in:
Chandler Cox
2024-11-22 17:07:10 -06:00
parent d4b663cd1a
commit 0335086df8
9 changed files with 204 additions and 3 deletions

View File

@@ -0,0 +1,13 @@
%copyright%using System;
using System.Collections.Generic;
using FlaxEngine;
namespace %namespace%;
/// <summary>
/// %class% interface.
/// </summary>
public interface %class%
{
}