Format more engine code

This commit is contained in:
Wojtek Figat
2022-06-14 20:17:00 +02:00
parent 7c923198e0
commit b49e5e9984
219 changed files with 348 additions and 1236 deletions

View File

@@ -11,7 +11,7 @@
/// </summary>
API_STRUCT() struct ActionConfig
{
DECLARE_SCRIPTING_TYPE_MINIMAL(ActionConfig);
DECLARE_SCRIPTING_TYPE_MINIMAL(ActionConfig);
/// <summary>
/// The action "friendly name" used to access it from code.
@@ -55,7 +55,7 @@ DECLARE_SCRIPTING_TYPE_MINIMAL(ActionConfig);
/// </summary>
API_STRUCT() struct AxisConfig
{
DECLARE_SCRIPTING_TYPE_MINIMAL(AxisConfig);
DECLARE_SCRIPTING_TYPE_MINIMAL(AxisConfig);
/// <summary>
/// The axis "friendly name" used to access it from code.