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
Position.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Xml.Schema
4{
5 // Token: 0x020000C6 RID: 198
6 internal struct Position
7 {
8 // Token: 0x0600081C RID: 2076 RVA: 0x0001A02C File Offset: 0x0001822C
9 public Position(int symbol, object particle)
10 {
13 }
14
15 // Token: 0x04000420 RID: 1056
16 public int symbol;
17
18 // Token: 0x04000421 RID: 1057
19 public object particle;
20 }
21}
class f__AnonymousType0<< Count > j__TPar
Position(int symbol, object particle)
Definition Position.cs:9