C# 클래스 Server.Mobiles.GlobalTownCrierEntryList

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

공개 메소드들

메소드 설명
AddEntry ( string lines, System.TimeSpan duration ) : TownCrierEntry
GetRandomEntry ( ) : TownCrierEntry
GlobalTownCrierEntryList ( ) : System
Initialize ( ) : void
RemoveEntry ( TownCrierEntry tce ) : void

비공개 메소드들

메소드 설명
TownCriers_OnCommand ( Server.Commands.CommandEventArgs e ) : void

메소드 상세

AddEntry() 공개 메소드

public AddEntry ( string lines, System.TimeSpan duration ) : TownCrierEntry
lines string
duration System.TimeSpan
리턴 TownCrierEntry

GetRandomEntry() 공개 메소드

public GetRandomEntry ( ) : TownCrierEntry
리턴 TownCrierEntry

GlobalTownCrierEntryList() 공개 메소드

public GlobalTownCrierEntryList ( ) : System
리턴 System

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

RemoveEntry() 공개 메소드

public RemoveEntry ( TownCrierEntry tce ) : void
tce TownCrierEntry
리턴 void