Refactor cpp script templates after new features

This commit is contained in:
Wojtek Figat
2021-05-12 12:42:24 +02:00
parent b6f33d1d45
commit 9195e37a23
8 changed files with 141 additions and 193 deletions

View File

@@ -4,7 +4,5 @@
void %class%::RunNativeAction(Vector4 data)
{
LOG(Warning, "Data in RunNativeAction: {0}", data.ToString());
LOG(Warning, "Data in RunNativeAction: {0}", data);
}