private static string GetBardInstrumentTypeName(BardInstrumentType instrumentType)
 {
     return(sBardInstrumentTypeNames[(int)instrumentType]);
 }
 public EncodedAnimId(BardInstrumentType instrumentType) : this(sBardInstrumentAnimFlag)
 {
     mId |= (int)instrumentType;
 }