Aura.Channel.Scripting.Scripts.NpcScript.End C# (CSharp) Метод

End() публичный Метод

Sends Close, using either the message or the standard ending phrase.
public End ( string message = null ) : void
message string
Результат void
		public void End(string message = null)
		{
			this.Close(message ?? "(You ended your conversation with <npcname/>.)");
		}