Remove unused default value codegen
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
/// <summary>
|
||||
/// Network connection structure - used to identify connected peers when we're listening.
|
||||
/// </summary>
|
||||
API_STRUCT(Namespace="FlaxEngine.Networking") struct FLAXENGINE_API NetworkConnection
|
||||
API_STRUCT(Namespace="FlaxEngine.Networking", NoDefault) struct FLAXENGINE_API NetworkConnection
|
||||
{
|
||||
DECLARE_SCRIPTING_TYPE_MINIMAL(NetworkConnection);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user