Terraria.ModLoader.PlayerHooks.PostUpdateMiscEffects C# (CSharp) Method

PostUpdateMiscEffects() public static method

public static PostUpdateMiscEffects ( Player player ) : void
player Player
return void
        public static void PostUpdateMiscEffects(Player player)
        {
            foreach (ModPlayer modPlayer in player.modPlayers)
            {
                modPlayer.PostUpdateMiscEffects();
            }
        }