Shield and shockwave tower sounds

This commit is contained in:
Anuken
2025-11-29 17:43:36 -05:00
parent 3e0eb4a875
commit 43d4deb801
12 changed files with 51 additions and 13 deletions

View File

@@ -137,6 +137,8 @@ public class DataPatcher{
weapon.load();
weapon.init();
}else if(object instanceof Content cont){
cont.init();
cont.postInit();
cont.load();
}
}else{