This commit is contained in:
Mister_Nebula 2020-12-19 14:47:12 +00:00
parent 0212b78505
commit efb59e627d

View File

@ -56,8 +56,11 @@ namespace QSB.Instruments
private void OnGabbroTaunt() => StartInstrument(AnimationType.Gabbro);
private void OnRiebeckTaunt() => StartInstrument(AnimationType.Riebeck);
private void SetupInstruments()
=> _chertDrum = MakeChertDrum(QSBCore.InstrumentAssetBundle);
private void SetupInstruments()
{
var bundle = QSBCore.InstrumentAssetBundle;
_chertDrum = MakeChertDrum(bundle);
}
private GameObject MakeChertDrum(AssetBundle bundle)
{