Aura.Channel.Network.Sending.Send.NpcTalkKeywordR_Fail C# (CSharp) Метод

NpcTalkKeywordR_Fail() публичный статический Метод

Sends negative NpcTalkKeywordR to creature's client.
public static NpcTalkKeywordR_Fail ( Creature creature ) : void
creature Creature
Результат void
		public static void NpcTalkKeywordR_Fail(Creature creature)
		{
			NpcTalkKeywordR(creature, null);
		}
Send