Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
EmptyArray.cs
Go to the documentation of this file.
2
3internal static class EmptyArray<T>
4{
5 internal static readonly T[] Instance = new T[0];
6}