C# Class Codebreak.Service.World.Game.Action.GameFightSpellAction

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

Public Methods

Method Description
GameFightSpellAction ( AbstractFighter fighter, int cellId, int spellId, int spellLevel, string sprite, string spriteInfos, long duration, System callback ) : System

SerializeAs_GameAction ( ) : string

Stop ( ) : void

Method Details

GameFightSpellAction() public method

public GameFightSpellAction ( AbstractFighter fighter, int cellId, int spellId, int spellLevel, string sprite, string spriteInfos, long duration, System callback ) : System
fighter Codebreak.Service.World.Game.Fight.AbstractFighter
cellId int
spellId int
spellLevel int
sprite string
spriteInfos string
duration long
callback System
return System

SerializeAs_GameAction() public method

public SerializeAs_GameAction ( ) : string
return string

Stop() public method

public Stop ( ) : void
return void