C# 클래스 Server.Commands.Generic.AddCommand

상속: Server.Commands.Generic.BaseCommand
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A

공개 메소드들

메소드 설명
AddCommand ( ) : System
Execute ( CommandEventArgs e, object obj ) : void
ValidateArgs ( Server.Commands.Generic.BaseCommandImplementor impl, CommandEventArgs e ) : bool

메소드 상세

AddCommand() 공개 메소드

public AddCommand ( ) : System
리턴 System

Execute() 공개 메소드

public Execute ( CommandEventArgs e, object obj ) : void
e CommandEventArgs
obj object
리턴 void

ValidateArgs() 공개 메소드

public ValidateArgs ( Server.Commands.Generic.BaseCommandImplementor impl, CommandEventArgs e ) : bool
impl Server.Commands.Generic.BaseCommandImplementor
e CommandEventArgs
리턴 bool