Files
OpenRA/OpenRA.Utility/Program.cs
penev92 0d24ccc47a Fixed unnecessary zero-length array allocations
Changed all currently present zero-length array allocations in the codebase to use `Array.Empty` instead.
2022-01-20 22:10:28 +01:00

4.5 KiB