Added missing XML doc

This commit is contained in:
Albin Corén 2018-04-17 17:03:27 +02:00
parent 045e458aa8
commit c10e79a5e3

View File

@ -21,7 +21,9 @@ namespace MLAPI.Data
/// The gameobject of the prefab
/// </summary>
public GameObject prefab;
/// <summary>
/// Wheter or not this is a playerPrefab
/// </summary>
public bool playerPrefab;
}
}