We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47122c4 commit 11c6890Copy full SHA for 11c6890
1 file changed
MLAPI/Data/NetworkedPrefab.cs
@@ -3,10 +3,19 @@
3
4
namespace MLAPI.Data
5
{
6
+ /// <summary>
7
+ /// A class that represents a NetworkedPrefab
8
+ /// </summary>
9
[Serializable]
10
public class NetworkedPrefab
11
12
13
+ /// The name of the networked prefab
14
15
public string name;
16
17
+ /// The gameobject of the prefab
18
19
public GameObject prefab;
20
}
21
0 commit comments