Skip to content

Commit 11c6890

Browse files
committed
Added XML documentation for NetworkedPrefab class
1 parent 47122c4 commit 11c6890

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

MLAPI/Data/NetworkedPrefab.cs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,19 @@
33

44
namespace MLAPI.Data
55
{
6+
/// <summary>
7+
/// A class that represents a NetworkedPrefab
8+
/// </summary>
69
[Serializable]
710
public class NetworkedPrefab
811
{
12+
/// <summary>
13+
/// The name of the networked prefab
14+
/// </summary>
915
public string name;
16+
/// <summary>
17+
/// The gameobject of the prefab
18+
/// </summary>
1019
public GameObject prefab;
1120
}
1221
}

0 commit comments

Comments
 (0)