This commit is contained in:
Mythril382
2024-01-20 22:53:14 +08:00
committed by GitHub
parent 2387963936
commit eed30eb2e7

View File

@@ -85,7 +85,7 @@ public enum LogicSound{
respawnLoop(Sounds.respawning),
shieldLoop(Sounds.shield),
smelterLoop(Sounds.smelter),
spellLoop(Sounds.spell),
spellLoop(Sounds.spellLoop),
sprayLoop(Sounds.spray),
steamLoop(Sounds.steam),
techLoop(Sounds.techloop),
@@ -107,4 +107,4 @@ public enum LogicSound{
LogicSound(Sound sound){
this.sound = sound;
}
}
}