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

DialogSelectItem() 공개 메소드

public DialogSelectItem ( string title, string caption, string tags ) : Aura.Mabi
title string
caption string
tags string
리턴 Aura.Mabi
		public DialogSelectItem(string title, string caption, string tags)
		{
			this.Title = title;
			this.Caption = caption;
			this.Tags = tags;
		}