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
ProviderData.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000346 RID: 838
7 internal class ProviderData
8 {
9 // Token: 0x06001C17 RID: 7191 RVA: 0x0003D060 File Offset: 0x0003B260
11 {
12 if (this.Ref == null)
13 {
14 string @ref = other.Ref;
15 this.Ref = @ref;
16 }
17 if (this.Id == null)
18 {
19 string id = other.Id;
20 this.Id = id;
21 }
22 if (this.Type == null)
23 {
24 string type = other.Type;
25 this.Type = type;
26 }
27 Hashtable customProperties = other.CustomProperties;
28 }
29
30 // Token: 0x06001C18 RID: 7192 RVA: 0x0003D160 File Offset: 0x0003B360
31 public ProviderData()
32 {
33 }
34
35 // Token: 0x04000E4E RID: 3662
36 internal string Ref;
37
38 // Token: 0x04000E4F RID: 3663
39 internal string Type;
40
41 // Token: 0x04000E50 RID: 3664
42 internal string Id;
43
44 // Token: 0x04000E51 RID: 3665
46
47 // Token: 0x04000E52 RID: 3666
48 internal IList CustomData;
49 }
50}
class f__AnonymousType0<< Count > j__TPar
void CopyFrom(ProviderData other)