We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06774ea commit c035c67Copy full SHA for c035c67
3 files changed
MLAPI/Attributes/FieldType.cs MLAPI/Data/FieldType.csMLAPI/Attributes/FieldType.cs renamed to MLAPI/Data/FieldType.cs
@@ -1,4 +1,4 @@
1
-namespace MLAPI.Attributes
+namespace MLAPI.Data
2
{
3
internal enum FieldType
4
MLAPI/MonoBehaviours/Core/NetworkedBehaviour.cs
@@ -6,6 +6,7 @@
6
using MLAPI.Attributes;
7
using System.Linq;
8
using System.IO;
9
+using MLAPI.Data;
10
11
namespace MLAPI
12
MLAPI/MonoBehaviours/Core/NetworkingManager.cs
-using MLAPI.Attributes;
+using MLAPI.Data;
using MLAPI.NetworkingManagerComponents;
using System;
using System.Collections;
0 commit comments