We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca7aa8 commit 9641431Copy full SHA for 9641431
4 files changed
MLAPI/Data/Channel.cs
@@ -1,4 +1,5 @@
1
-using System;
+using MLAPI.Data.Transports;
2
+using System;
3
4
namespace MLAPI.Data
5
{
MLAPI/Data/Transports/ChannelType.cs
@@ -1,4 +1,4 @@
-namespace MLAPI.Data
+namespace MLAPI.Data.Transports
/// <summary>
/// Delivery methods
MLAPI/Data/Transports/IUDPTransport.cs
/// A UDP transport
MLAPI/Data/Transports/NetEventType.cs
/// Represents a netEvent when polling
0 commit comments