Skip to content

Commit c035c67

Browse files
committed
Moved FieldType enum to Data
1 parent 06774ea commit c035c67

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

MLAPI/Attributes/FieldType.cs renamed to MLAPI/Data/FieldType.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace MLAPI.Attributes
1+
namespace MLAPI.Data
22
{
33
internal enum FieldType
44
{

MLAPI/MonoBehaviours/Core/NetworkedBehaviour.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
using MLAPI.Attributes;
77
using System.Linq;
88
using System.IO;
9+
using MLAPI.Data;
910

1011
namespace MLAPI
1112
{

MLAPI/MonoBehaviours/Core/NetworkingManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using MLAPI.Attributes;
1+
using MLAPI.Data;
22
using MLAPI.NetworkingManagerComponents;
33
using System;
44
using System.Collections;

0 commit comments

Comments
 (0)