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

Inheritance: AbstractGameFightAction
Afficher le fichier Open project: hussein-aitlahcen/codebreak Class Usage Examples

Méthodes publiques

Méthode Description
GameFightMovementAction ( AbstractFighter entity, MovementPath path ) : System

SerializeAs_GameAction ( ) : string

Stop ( ) : void

Method Details

GameFightMovementAction() public méthode

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

SerializeAs_GameAction() public méthode

public SerializeAs_GameAction ( ) : string
Résultat string

Stop() public méthode

public Stop ( ) : void
Résultat void