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

Matches() 공개 추상적인 메소드

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