Format code and add debug cmd attributes

This commit is contained in:
Wojtek Figat
2024-10-14 12:12:48 +02:00
parent 4ddf1a2cc8
commit b38af8fd00
8 changed files with 16 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2012-2024 Wojciech Figat. All rights reserved.
// Copyright (c) 2012-2024 Wojciech Figat. All rights reserved.
#pragma once
@@ -8,7 +8,7 @@
/// <summary>
/// Interface for objects for network replication to receive additional events.
/// </summary>
API_INTERFACE(Namespace = "FlaxEngine.Networking") class FLAXENGINE_API INetworkObject
API_INTERFACE(Namespace="FlaxEngine.Networking") class FLAXENGINE_API INetworkObject
{
DECLARE_SCRIPTING_TYPE_MINIMAL(INetworkObject);
public: