New Features

This commit is contained in:
LcrW
2021-05-10 21:04:52 +01:00
parent 08a9a00330
commit f9e1dc3ffb
6 changed files with 174 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
%copyright%
#include "%filename%.h"
#include <Engine/Core/Log.h>
void %class%::RunNativeAction(Vector4 data)
{
LOG(Warning, "Data in RunNativeAction: {0}", data.ToString());
}