Style: Convert namespaces to PascalCase

This commit is contained in:
Thaddeus Crews 2025-03-12 12:47:08 -05:00
parent 0595bb8a42
commit 1cb3cfaa8e
No known key found for this signature in database
GPG key ID: 62181B86FE9E5D84
40 changed files with 509 additions and 509 deletions

View file

@ -2536,7 +2536,7 @@ bool EditorExportPlatformAndroid::has_valid_username_and_password(const Ref<Edit
#ifdef MODULE_MONO_ENABLED
bool _validate_dotnet_tfm(const String &required_tfm, String &r_error) {
String assembly_name = path::get_csharp_project_name();
String assembly_name = Path::get_csharp_project_name();
String project_path = ProjectSettings::get_singleton()->globalize_path("res://" + assembly_name + ".csproj");
if (!FileAccess::exists(project_path)) {