1
This commit is contained in:
@@ -16,7 +16,9 @@
|
||||
"overrideReferences": false,
|
||||
"precompiledReferences": [],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": [],
|
||||
"defineConstraints": [
|
||||
"_Deprecated"
|
||||
],
|
||||
"versionDefines": [],
|
||||
"noEngineReferences": false
|
||||
}
|
@@ -93,7 +93,7 @@ namespace BITKit
|
||||
{
|
||||
public override VisualElement CreateInspectorGUI()
|
||||
{
|
||||
FillDefaultInspector(root, serializedObject, true);
|
||||
FillDefaultInspector();
|
||||
|
||||
var excuteButton = root.Create<Button>();
|
||||
excuteButton.text = "更新本地化语言";
|
||||
|
Reference in New Issue
Block a user