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
TransactionButtonStyleDefinitions.cs
Go to the documentation of this file.
1using System;
3using UnityEngine;
4
5// Token: 0x020001C0 RID: 448
7{
8 // Token: 0x06000BD7 RID: 3031 RVA: 0x0003AF70 File Offset: 0x00039170
9 private void Awake()
10 {
11 }
12
13 // Token: 0x06000BD8 RID: 3032 RVA: 0x0003AF80 File Offset: 0x00039180
19
20 // Token: 0x06000BD9 RID: 3033 RVA: 0x0003AFB0 File Offset: 0x000391B0
22 {
23 if (!true)
24 {
25 }
26 base..ctor();
27 }
28
29 // Token: 0x04000EED RID: 3821
31
32 // Token: 0x04000EEE RID: 3822
34}
class f__AnonymousType0<< Count > j__TPar
static TransactionButtonStyleDefinitions Instance
List< TransactionButtonStyle_Definition > Definitions
static TransactionButtonStyle_Definition GetDefinition(string id)
Component GetComponent(Type type)
Definition GameObject.cs:27
static GameObject Find(string name)