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 dc4b70c commit 66a511aCopy full SHA for 66a511a
MLAPI/MonoBehaviours/Prototyping/NetworkedAnimator.cs
@@ -1,7 +1,7 @@
1
using System.IO;
2
using UnityEngine;
3
4
-namespace MLAPI
+namespace MLAPI.MonoBehaviours.Prototyping
5
{
6
public class NetworkedAnimator : NetworkedBehaviour
7
MLAPI/MonoBehaviours/Prototyping/NetworkedTransform.cs
@@ -1,8 +1,7 @@
-using MLAPI;
-using System.IO;
+using System.IO;
-namespace MLAP
public class NetworkedTransform : NetworkedBehaviour
8
0 commit comments