Aura.Channel.World.GameEvents.GlobalDropById.Matches C# (CSharp) 메소드

Matches() 공개 메소드

public Matches ( Creature creature ) : bool
creature Aura.Channel.World.Entities.Creature
리턴 bool
		public override bool Matches(Creature creature)
		{
			var isRace = (creature.RaceId == this.RaceId);
			return isRace;
		}
	}