Even more... you guessed it! REFACTORING. Removes the need for @Export for methods overriding base java methods

This commit is contained in:
Lucas
2019-07-07 21:30:17 +02:00
parent e2aac6d899
commit 83533475d4
116 changed files with 802 additions and 752 deletions

View File

@@ -24,8 +24,6 @@ public class SoundSystem implements Runnable {
this.players = new PcmPlayer[2];
}
@Export("run")
@ObfuscatedName("run")
public void run() {
try {
for (int var1 = 0; var1 < 2; ++var1) {