Aura.Channel.Scripting.Scripts.NpcScript.SelectItem C# (CSharp) 메소드

SelectItem() 공개 메소드

public SelectItem ( string title, string caption, string tags ) : DialogSelectItem
title string
caption string
tags string
리턴 DialogSelectItem
		public DialogSelectItem SelectItem(string title, string caption, string tags) { return new DialogSelectItem(title, caption, tags); }