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

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

Returns true if player has the keyword.
public GiveKeyword ( string keyword ) : void
keyword string
Результат void
		public void GiveKeyword(string keyword)
		{
			if (!this.HasKeyword(keyword))
				this.Player.Keywords.Give(keyword);
		}