mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-09 01:07:47 +00:00
accd05f4ad
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.