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

◆ ItemCheck_ApplyManaRegenDelay()

void Terraria.Player.ItemCheck_ApplyManaRegenDelay ( Item sItem)
inlineprivate

Definition at line 16784 of file Player.cs.

16785 {
16786 if (this.spaceGun)
16787 {
16788 int type = sItem.type;
16789 }
16790 float num = this.maxRegenDelay;
16791 this.manaRegenDelay = num;
16792 }
class f__AnonymousType0<< Count > j__TPar
float maxRegenDelay
Definition Player.cs:21059

References j__TPar, Terraria.Player.maxRegenDelay, and Terraria.Player.spaceGun.