C# 클래스 Server.LightCycle

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A

공개 메소드들

메소드 설명
ComputeLevelFor ( Server.Mobile from ) : int
Initialize ( ) : void
OnLogin ( LoginEventArgs args ) : void

비공개 메소드들

메소드 설명
Light_OnCommand ( CommandEventArgs e ) : void

메소드 상세

ComputeLevelFor() 공개 정적인 메소드

public static ComputeLevelFor ( Server.Mobile from ) : int
from Server.Mobile
리턴 int

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

OnLogin() 공개 정적인 메소드

public static OnLogin ( LoginEventArgs args ) : void
args LoginEventArgs
리턴 void