Added tooltip

This commit is contained in:
MrGadget1024 2020-11-10 17:48:16 -05:00
parent 1ecf57a2f0
commit 2f9b423d41

View File

@ -189,6 +189,7 @@ public sealed class NetworkIdentity : MonoBehaviour
/// Flag to make this object only exist when the game is running as a server (or host). /// Flag to make this object only exist when the game is running as a server (or host).
/// </summary> /// </summary>
[FormerlySerializedAs("m_ServerOnly")] [FormerlySerializedAs("m_ServerOnly")]
[Tooltip("Prevents this object from being spawned / enabled on clients")]
public bool serverOnly; public bool serverOnly;
/// <summary> /// <summary>