We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 045e458 commit c10e79aCopy full SHA for c10e79a
1 file changed
MLAPI/Data/NetworkedPrefab.cs
@@ -21,7 +21,9 @@ internal string name
21
/// The gameobject of the prefab
22
/// </summary>
23
public GameObject prefab;
24
-
+ /// <summary>
25
+ /// Wheter or not this is a playerPrefab
26
+ /// </summary>
27
public bool playerPrefab;
28
}
29
0 commit comments