You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Editor: Remove unused Class Name field from Create Script dialog
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user