Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
GCGenerationInfo.cs
Go to the documentation of this file.
1namespace System;
2
3public readonly struct GCGenerationInfo
4{
5 public long SizeBeforeBytes { get; }
6
7 public long FragmentationBeforeBytes { get; }
8
9 public long SizeAfterBytes { get; }
10
11 public long FragmentationAfterBytes { get; }
12}