godot/modules/mono/glue/GodotSharp
Ignacio Etcheverry 4441222194 C#: Remove StringExtensions.Empty() function
Causes issues with some editors as it's confused with `string.Empty`.
Should use `string.IsNullOrEmpty(str)` instead.
2020-05-09 20:48:00 +02:00
..
GodotSharp C#: Remove StringExtensions.Empty() function 2020-05-09 20:48:00 +02:00
GodotSharpEditor Mono/C#: Re-structure API solution and GodotTools post-build target 2019-12-28 20:48:55 +01:00
.gitignore Mono/C#: Re-structure API solution and GodotTools post-build target 2019-12-28 20:48:55 +01:00
GodotSharp.sln C#: Replace uses of old Configuration and update old csprojs 2020-03-14 19:01:29 +01:00