C# 클래스 Server.Mobiles.TownCrierLinesPrompt

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

공개 메소드들

메소드 설명
OnCancel ( Mobile from ) : void
OnResponse ( Mobile from, string text ) : void
TownCrierLinesPrompt ( ITownCrierEntryList owner, TownCrierEntry entry, List lines, System.TimeSpan duration ) : System

메소드 상세

OnCancel() 공개 메소드

public OnCancel ( Mobile from ) : void
from Mobile
리턴 void

OnResponse() 공개 메소드

public OnResponse ( Mobile from, string text ) : void
from Mobile
text string
리턴 void

TownCrierLinesPrompt() 공개 메소드

public TownCrierLinesPrompt ( ITownCrierEntryList owner, TownCrierEntry entry, List lines, System.TimeSpan duration ) : System
owner ITownCrierEntryList
entry TownCrierEntry
lines List
duration System.TimeSpan
리턴 System