Skip to content

Commit c10e79a

Browse files
committed
Added missing XML doc
1 parent 045e458 commit c10e79a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

MLAPI/Data/NetworkedPrefab.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ internal string name
2121
/// The gameobject of the prefab
2222
/// </summary>
2323
public GameObject prefab;
24-
24+
/// <summary>
25+
/// Wheter or not this is a playerPrefab
26+
/// </summary>
2527
public bool playerPrefab;
2628
}
2729
}

0 commit comments

Comments
 (0)