Skip to content

Commit ee604d6

Browse files
committed
Fixed compilation
1 parent d8a3e6b commit ee604d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MLAPI/MonoBehaviours/Core/NetworkedBehaviour.RpcOverloads.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using MLAPI.Data;
1+
using System;
2+
using MLAPI.Data;
23
using System.Collections.Generic;
34
using System.IO;
45
using UnityEngine;

0 commit comments

Comments
 (0)