remove //namespace comments

This commit is contained in:
vis2k 2021-02-18 13:55:24 +08:00
parent 2fe83134b4
commit d83ce37760
2 changed files with 2 additions and 2 deletions

View File

@ -183,4 +183,4 @@ public SyncListField(FieldInfo field)
}
}
}
} //namespace
}

View File

@ -25,4 +25,4 @@ public override float GetPropertyHeight(SerializedProperty property, GUIContent
return EditorGUI.GetPropertyHeight(property);
}
}
} //namespace
}