Moved prototype components to it's own namespace

This commit is contained in:
Albin Corén 2018-03-06 22:50:59 +01:00
parent dc4b70c6d1
commit 66a511a437
2 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,7 @@
using System.IO; using System.IO;
using UnityEngine; using UnityEngine;
namespace MLAPI namespace MLAPI.MonoBehaviours.Prototyping
{ {
public class NetworkedAnimator : NetworkedBehaviour public class NetworkedAnimator : NetworkedBehaviour
{ {

View File

@ -1,8 +1,7 @@
using MLAPI; using System.IO;
using System.IO;
using UnityEngine; using UnityEngine;
namespace MLAP namespace MLAPI.MonoBehaviours.Prototyping
{ {
public class NetworkedTransform : NetworkedBehaviour public class NetworkedTransform : NetworkedBehaviour
{ {