Added XML documentation for NetworkedPrefab class
This commit is contained in:
parent
47122c4c0e
commit
11c6890da2
@ -3,10 +3,19 @@ using UnityEngine;
|
||||
|
||||
namespace MLAPI.Data
|
||||
{
|
||||
/// <summary>
|
||||
/// A class that represents a NetworkedPrefab
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class NetworkedPrefab
|
||||
{
|
||||
/// <summary>
|
||||
/// The name of the networked prefab
|
||||
/// </summary>
|
||||
public string name;
|
||||
/// <summary>
|
||||
/// The gameobject of the prefab
|
||||
/// </summary>
|
||||
public GameObject prefab;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user