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

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

Public Methods

Method Description
GameFightMovementAction ( AbstractFighter entity, MovementPath path ) : System

SerializeAs_GameAction ( ) : string

Stop ( ) : void

Method Details

GameFightMovementAction() public method

public GameFightMovementAction ( AbstractFighter entity, MovementPath path ) : System
entity Codebreak.Service.World.Game.Fight.AbstractFighter
path MovementPath
return System

SerializeAs_GameAction() public method

public SerializeAs_GameAction ( ) : string
return string

Stop() public method

public Stop ( ) : void
return void