We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8a3e6b commit ee604d6Copy full SHA for ee604d6
MLAPI/MonoBehaviours/Core/NetworkedBehaviour.RpcOverloads.cs
@@ -1,4 +1,5 @@
1
-using MLAPI.Data;
+using System;
2
+using MLAPI.Data;
3
using System.Collections.Generic;
4
using System.IO;
5
using UnityEngine;
0 commit comments