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
TileMaterial.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x02000855 RID: 2133
8 public class TileMaterial
9 {
10 // Token: 0x170007D0 RID: 2000
11 // (get) Token: 0x06004354 RID: 17236 RVA: 0x0024DF00 File Offset: 0x0024C100
12 // (set) Token: 0x06004355 RID: 17237 RVA: 0x0024DF14 File Offset: 0x0024C114
13 [JsonProperty]
15 {
17 get
18 {
19 return this.<GolfPhysics>k__BackingField;
20 }
22 private set
23 {
25 }
26 }
27
28 // Token: 0x06004356 RID: 17238 RVA: 0x0024DF28 File Offset: 0x0024C128
29 public TileMaterial()
30 {
31 }
32
33 // Token: 0x04008165 RID: 33125
35 private TileGolfPhysics <GolfPhysics>k__BackingField;
36 }
37}
class f__AnonymousType0<< Count > j__TPar
TileGolfPhysics< GolfPhysics > k__BackingField