v0.6.0: refactoring room painters into room types pt.2

This commit is contained in:
Evan Debenham
2017-03-12 12:00:37 -04:00
parent e9a7384779
commit 0a5e33a5af
37 changed files with 258 additions and 209 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
# retain these to support reflection and meaningful stack traces
-keep class com.shatteredpixel.** { *; }
-keep class com.watabou.** { *; }
# retain these to support class references and meaningful stack traces
-keepnames class com.shatteredpixel.** { *; }
-keepnames class com.watabou.** { *; }
-keepattributes SourceFile,LineNumberTable