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

상속: Command
파일 보기 프로젝트 열기: smartboyathome/Haxxit

공개 메소드들

메소드 설명
CanAttack ( Map map, System.Point attacked_point ) : bool
DamageCommand ( ) : System
DamageCommand ( string name, string description, ushort strength, 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

DamageCommand() 공개 메소드

public DamageCommand ( ) : System
리턴 System

DamageCommand() 공개 메소드

public DamageCommand ( string name, string description, ushort strength, ushort range ) : System
name string
description string
strength ushort
range ushort
리턴 System

Run() 공개 메소드

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