Aura.Channel.Skills.Music.PlayingInstrument.GetInstrumentType C# (CSharp) Method

GetInstrumentType() protected method

Returns instrument type to use.
protected GetInstrumentType ( Creature creature ) : InstrumentType
creature Aura.Channel.World.Entities.Creature
return InstrumentType
		protected virtual InstrumentType GetInstrumentType(Creature creature)
		{
			return creature.RightHand.Data.InstrumentType;
		}