Fix deprecation warnings

This commit is contained in:
Wojtek Figat
2023-05-07 10:46:13 +02:00
parent e8ec5794d2
commit 4131e15f0e

View File

@@ -88,5 +88,8 @@ API_STRUCT(Namespace="FlaxEngine.Networking") struct FLAXENGINE_API NetworkConfi
{
NetworkDriverType = NetworkDriverType::ENet;
}
NetworkConfig(const NetworkConfig& other) = default;
NetworkConfig(NetworkConfig&& other) = default;
NetworkConfig& operator=(const NetworkConfig& other) = default;
PRAGMA_ENABLE_DEPRECATION_WARNINGS
};