C# Class HearthAnalyzer.Core.Cards.Minions.AcidicSwampOoze

Implements the Acidic Swamp Ooze Battlecry: Destroy your opponent's weapon.
Inheritance: BaseMinion, IBattlecry
Mostrar archivo Open project: kwluo90/HearthAnalyzer

Public Methods

Method Description
AcidicSwampOoze ( int id = -1 ) : System
Battlecry ( IDamageableEntity subTarget ) : void

Method Details

AcidicSwampOoze() public method

public AcidicSwampOoze ( int id = -1 ) : System
id int
return System

Battlecry() public method

public Battlecry ( IDamageableEntity subTarget ) : void
subTarget IDamageableEntity
return void