C# 클래스 Codebreak.Service.World.Game.Action.GameFightWeaponAction

상속: AbstractGameFightAction
파일 보기 프로젝트 열기: hussein-aitlahcen/codebreak 1 사용 예제들

공개 메소드들

메소드 설명
GameFightWeaponAction ( AbstractFighter fighter, int cellId, long duration, System callback ) : Codebreak.Service.World.Game.Fight

SerializeAs_GameAction ( ) : string

Stop ( ) : void

메소드 상세

GameFightWeaponAction() 공개 메소드

public GameFightWeaponAction ( AbstractFighter fighter, int cellId, long duration, System callback ) : Codebreak.Service.World.Game.Fight
fighter Codebreak.Service.World.Game.Fight.AbstractFighter
cellId int
duration long
callback System
리턴 Codebreak.Service.World.Game.Fight

SerializeAs_GameAction() 공개 메소드

public SerializeAs_GameAction ( ) : string
리턴 string

Stop() 공개 메소드

public Stop ( ) : void
리턴 void