C# Class Codebreak.Service.World.Game.Fight.SpellCastManager

Inheritance: IDisposable
Show file Open project: hussein-aitlahcen/codebreak Class Usage Examples

Public Methods

Method Description
Actualize ( SpellLevel spell, int spellId, long targetId ) : void

CanLaunchSpell ( SpellLevel spell, int spellId, long targetId ) : bool

Clear ( ) : void

Dispose ( ) : void

EndTurn ( ) : void

Method Details

Actualize() public method

public Actualize ( SpellLevel spell, int spellId, long targetId ) : void
spell Codebreak.Service.World.Game.Spell.SpellLevel
spellId int
targetId long
return void

CanLaunchSpell() public method

public CanLaunchSpell ( SpellLevel spell, int spellId, long targetId ) : bool
spell Codebreak.Service.World.Game.Spell.SpellLevel
spellId int
targetId long
return bool

Clear() public method

public Clear ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

EndTurn() public method

public EndTurn ( ) : void
return void