godot/modules/mono/editor/GodotTools/GodotTools/Export
Raul Santos accd05f4ad Use Array.Empty instead of allocating a every time
Use `System.Array.Empty<T>` to get an empty array instead of allocating
a new one every time. Since arrays are immutable there is no need to
allocate them every time.
2021-07-26 03:52:31 +02:00
..
AotBuilder.cs Add a simple C# .editorconfig 2021-07-23 17:04:53 -04:00
ExportPlugin.cs Use Array.Empty instead of allocating a every time 2021-07-26 03:52:31 +02:00
XcodeHelper.cs Cleanup: Remove executable bit from files which don't need it 2021-01-19 23:36:42 +01:00