Skip to content

Commit c3a6f5b

Browse files
committed
fix(editor): Fixed channel drawing in editor
1 parent da9bc3d commit c3a6f5b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

MLAPI/Data/Transports/TransportChannel.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ public class TransportChannel
1111
/// <summary>
1212
/// The name of the channel
1313
/// </summary>
14-
public string Name { get; set; }
14+
public string Name;
15+
1516
/// <summary>
1617
/// The type of channel
1718
/// </summary>
18-
public ChannelType Type { get; set; }
19+
public ChannelType Type;
1920
}
2021
}

0 commit comments

Comments
 (0)