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
AchievementInitializer.cs
Go to the documentation of this file.
1using System;
6
8{
9 // Token: 0x02000581 RID: 1409
11 {
12 // Token: 0x06003464 RID: 13412 RVA: 0x0020332C File Offset: 0x0020152C
13 public static void Load()
14 {
15 if (!true)
16 {
17 }
19 }
20
21 // Token: 0x06003465 RID: 13413 RVA: 0x00204DBC File Offset: 0x00202FBC
23 {
25 string textValue = Language.GetTextValue("Achievements.Completed", text);
27 if (activeSound != null)
28 {
29 return;
30 }
31 }
32
33 // Token: 0x06003466 RID: 13414 RVA: 0x00204DE0 File Offset: 0x00202FE0
35 {
36 }
37 }
38}
class f__AnonymousType0<< Count > j__TPar
static string GenerateTag(Achievement achievement)
static void OnAchievementCompleted(Achievement achievement)
static string GetTextValue(string key)
Definition Language.cs:54
static bool NetHostOnly
Definition Main.cs:5482