We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1020421 commit c2c4da9Copy full SHA for c2c4da9
1 file changed
MLAPI/Data/NetworkedVar.cs
@@ -3,13 +3,14 @@
3
using System.IO;
4
using MLAPI.NetworkedVar;
5
using MLAPI.Serialization;
6
+using System;
7
8
namespace MLAPI
9
{
10
/// <summary>
11
/// A variable that can be synchronized over the network.
12
/// </summary>
- [System.Serializable]
13
+ [Serializable]
14
public class NetworkedVar<T> : INetworkedVar
15
16
0 commit comments