mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-18 13:23:05 +00:00
revert
This commit is contained in:
parent
0212b78505
commit
efb59e627d
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user