mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-04 03:13:45 +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.