C# 클래스 SmartboyDevelopments.Haxxit.Commands.DecreaseSpeedCommand

상속: Command
파일 보기 프로젝트 열기: smartboyathome/Haxxit 1 사용 예제들

공개 메소드들

메소드 설명
CanAttack ( Map map, System.Point attacked_point ) : bool
DecreaseSpeedCommand ( ) : System
DecreaseSpeedCommand ( string name, string description, ushort speed, ushort range ) : System
Run ( Map map, System.Point attacked_point ) : UndoCommand

메소드 상세

CanAttack() 공개 메소드

public CanAttack ( Map map, System.Point attacked_point ) : bool
map SmartboyDevelopments.Haxxit.Maps.Map
attacked_point System.Point
리턴 bool

DecreaseSpeedCommand() 공개 메소드

public DecreaseSpeedCommand ( ) : System
리턴 System

DecreaseSpeedCommand() 공개 메소드

public DecreaseSpeedCommand ( string name, string description, ushort speed, ushort range ) : System
name string
description string
speed ushort
range ushort
리턴 System

Run() 공개 메소드

public Run ( Map map, System.Point attacked_point ) : UndoCommand
map SmartboyDevelopments.Haxxit.Maps.Map
attacked_point System.Point
리턴 UndoCommand