Body expressions

This commit is contained in:
Paul Pacheco 2019-01-30 19:10:12 -06:00
parent 869ae95138
commit c2fbda6755

View File

@ -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)