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

Show file Open project: hussein-aitlahcen/codebreak

Public Methods

Method Description
Abort ( ) : void

SerializeAs_GameAction ( ) : string

Start ( ) : void

Stop ( ) : void

Protected Methods

Method Description
AbstractGameAction ( GameActionTypeEnum type, AbstractEntity entity, long duration = -1 ) : System

Method Details

Abort() public method

public Abort ( ) : void
return void

AbstractGameAction() protected method

protected AbstractGameAction ( GameActionTypeEnum type, AbstractEntity entity, long duration = -1 ) : System
type GameActionTypeEnum
entity Codebreak.Service.World.Game.Entity.AbstractEntity
duration long
return System

SerializeAs_GameAction() public method

public SerializeAs_GameAction ( ) : string
return string

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void