We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da9bc3d commit c3a6f5bCopy full SHA for c3a6f5b
1 file changed
MLAPI/Data/Transports/TransportChannel.cs
@@ -11,10 +11,11 @@ public class TransportChannel
11
/// <summary>
12
/// The name of the channel
13
/// </summary>
14
- public string Name { get; set; }
+ public string Name;
15
+
16
17
/// The type of channel
18
- public ChannelType Type { get; set; }
19
+ public ChannelType Type;
20
}
21
0 commit comments