C# 클래스 LaunchServer.CorePlugins.Ban

상속: LaunchServer.IPlugin
파일 보기 프로젝트 열기: N3X15/MineEdit

공개 프로퍼티들

프로퍼티 타입 설명
BannedIPs List

공개 메소드들

메소드 설명
Ban ( ServerWrapper w ) : System.Collections.Generic
wrap_ChatCommand ( Player player, string cmd, string args ) : void

비공개 메소드들

메소드 설명
CheckLogin ( Proxy sess, Packet p, IPEndPoint ip ) : Packet

메소드 상세

Ban() 공개 메소드

public Ban ( ServerWrapper w ) : System.Collections.Generic
w LaunchServer.ServerWrapper
리턴 System.Collections.Generic

wrap_ChatCommand() 공개 메소드

public wrap_ChatCommand ( Player player, string cmd, string args ) : void
player Player
cmd string
args string
리턴 void

프로퍼티 상세

BannedIPs 공개적으로 프로퍼티

public List BannedIPs
리턴 List