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.APerPlayerSliderPower.DeserializeNetMessage ( BinaryReader reader,
int userId )
inlineinherited

Implements Terraria.GameContent.Creative.ICreativePower.

Definition at line 378 of file CreativePowers.cs.

379 {
380 bool netHost = Main.NetHost;
381 bool flag = CreativePowersHelper.IsAvailableForPlayer(this, userId);
382 if (this._cachePerPlayer == null)
383 {
384 }
385 int myPlayer = Main.myPlayer;
386 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.GameContent.Creative.CreativePowers.APerPlayerSliderPower._cachePerPlayer, Terraria.GameContent.Creative.CreativePowersHelper.IsAvailableForPlayer(), j__TPar, Terraria.Main.myPlayer, and Terraria.Main.NetHost.