C# Class ExampleMod.Buffs.Undead2

Inheritance: Terraria.ModLoader.ModBuff
Mostrar archivo Open project: bluemagic123/tModLoader

Public Methods

Method Description
ReApply ( Player player, int time, int buffIndex ) : bool
SetDefaults ( ) : void
Update ( Player player, int &buffIndex ) : void

Method Details

ReApply() public method

public ReApply ( Player player, int time, int buffIndex ) : bool
player Terraria.Player
time int
buffIndex int
return bool

SetDefaults() public method

public SetDefaults ( ) : void
return void

Update() public method

public Update ( Player player, int &buffIndex ) : void
player Terraria.Player
buffIndex int
return void