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

◆ DeserializeNetMessage()

void Terraria.GameContent.Creative.CreativePowers.ASharedButtonPower.DeserializeNetMessage ( BinaryReader reader,
int userId )
inlineinherited

Implements Terraria.GameContent.Creative.ICreativePower.

Definition at line 693 of file CreativePowers.cs.

694 {
695 if (!true)
696 {
697 }
698 bool netHost = Main.NetHost;
699 bool flag = CreativePowersHelper.IsAvailableForPlayer(this, userId);
700 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.GameContent.Creative.CreativePowersHelper.IsAvailableForPlayer(), j__TPar, and Terraria.Main.NetHost.