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); }