Skip to content

Commit f02cc92

Browse files
committed
feat(editor): Fixed Enet channels drawing in editor
1 parent bebeecd commit f02cc92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MLAPI.EnetTransport/EnetTransport.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ namespace MLAPI.EnetTransport
88
{
99
public class EnetTransport : Transport
1010
{
11+
[Serializable]
1112
public struct EnetChannel
1213
{
1314
public byte Id;

0 commit comments

Comments
 (0)