mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Merge pull request #78573 from dalexeev/editor-create-script-class-name
Editor: Remove unused Class Name field from Create Script dialog
This commit is contained in:
commit
1a0e653d7f
18 changed files with 69 additions and 139 deletions
|
@ -392,10 +392,6 @@ Script *CSharpLanguage::create_script() const {
|
|||
return memnew(CSharpScript);
|
||||
}
|
||||
|
||||
bool CSharpLanguage::has_named_classes() const {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool CSharpLanguage::supports_builtin_mode() const {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue