Update InstrumentsManager.cs

This commit is contained in:
Mister_Nebula 2020-12-19 14:46:00 +00:00
parent 1d2e586d66
commit 0212b78505

View File

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