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
ItemSyncPersistentStats.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000634 RID: 1588
8 {
9 // Token: 0x0600362A RID: 13866 RVA: 0x0021240C File Offset: 0x0021060C
10 public void CopyFrom(Item item)
11 {
12 int num = item.type;
13 this.type = num;
14 Color color = item.color;
16 }
17
18 // Token: 0x0600362B RID: 13867 RVA: 0x00212438 File Offset: 0x00210638
19 public void PasteInto(Item item)
20 {
21 int num = this.type;
22 int num2 = item.type;
23 }
24
25 // Token: 0x040076EA RID: 30442
26 private Color color;
27
28 // Token: 0x040076EB RID: 30443
29 private int type;
30 }
31}
class f__AnonymousType0<< Count > j__TPar