mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
Body expressions
This commit is contained in:
parent
869ae95138
commit
c2fbda6755
@ -19,10 +19,7 @@ public class NetworkBehaviourInspector : Editor
|
|||||||
|
|
||||||
GUIContent m_SyncVarIndicatorContent = new GUIContent("SyncVar", "This variable has been marked with the [SyncVar] attribute.");
|
GUIContent m_SyncVarIndicatorContent = new GUIContent("SyncVar", "This variable has been marked with the [SyncVar] attribute.");
|
||||||
|
|
||||||
internal virtual bool hideScriptField
|
internal virtual bool hideScriptField => false;
|
||||||
{
|
|
||||||
get { return false; }
|
|
||||||
}
|
|
||||||
|
|
||||||
// does this type sync anything? otherwise we don't need to show syncInterval
|
// does this type sync anything? otherwise we don't need to show syncInterval
|
||||||
bool SyncsAnything(Type scriptClass)
|
bool SyncsAnything(Type scriptClass)
|
||||||
|
Loading…
Reference in New Issue
Block a user