mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50: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.");
|
||||
|
||||
internal virtual bool hideScriptField
|
||||
{
|
||||
get { return false; }
|
||||
}
|
||||
internal virtual bool hideScriptField => false;
|
||||
|
||||
// does this type sync anything? otherwise we don't need to show syncInterval
|
||||
bool SyncsAnything(Type scriptClass)
|
||||
|
Loading…
Reference in New Issue
Block a user