Aura.Channel.World.GameEvents.GlobalDrop.Matches C# (CSharp) Method

Matches() public abstract method

public abstract Matches ( Creature creature ) : bool
creature Aura.Channel.World.Entities.Creature
return bool
		public abstract bool Matches(Creature creature);
	}