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

◆ NoteMinedForPlayer()

static void PlatformAwardNotifierUtility.NoteMinedForPlayer ( Player player,
eMiningStatistics miningID )
inlinestatic

Definition at line 47 of file PlatformAwardNotifierUtility.cs.

48 {
49 if (!true)
50 {
51 }
53 if (localUser != null && localUser.PlatformAwards != null)
54 {
55 return;
56 }
57 }
IPlatformAwardNotifier PlatformAwards
Definition LocalUser.cs:220
static LocalUser FindLocalUserByPlayer(Player player)

References UserManagement.FindLocalUserByPlayer(), and LocalUser.PlatformAwards.