terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
ConsoleScreenBufferInfo.cs
Go to the documentation of this file.
1using System;
2
3namespace System
4{
5 // Token: 0x020001A9 RID: 425
6 internal struct ConsoleScreenBufferInfo
7 {
8 // Token: 0x040008BB RID: 2235
9 public Coord Size;
10
11 // Token: 0x040008BC RID: 2236
13
14 // Token: 0x040008BD RID: 2237
15 public short Attribute;
16
17 // Token: 0x040008BE RID: 2238
19
20 // Token: 0x040008BF RID: 2239
22 }
23}