Skip to content

Commit 66a511a

Browse files
committed
Moved prototype components to it's own namespace
1 parent dc4b70c commit 66a511a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

MLAPI/MonoBehaviours/Prototyping/NetworkedAnimator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using System.IO;
22
using UnityEngine;
33

4-
namespace MLAPI
4+
namespace MLAPI.MonoBehaviours.Prototyping
55
{
66
public class NetworkedAnimator : NetworkedBehaviour
77
{

MLAPI/MonoBehaviours/Prototyping/NetworkedTransform.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
using MLAPI;
2-
using System.IO;
1+
using System.IO;
32
using UnityEngine;
43

5-
namespace MLAP
4+
namespace MLAPI.MonoBehaviours.Prototyping
65
{
76
public class NetworkedTransform : NetworkedBehaviour
87
{

0 commit comments

Comments
 (0)