rename ResolutionChanged event to ResolutionOrSkinChanged

This commit is contained in:
yugecin
2017-01-21 15:30:07 +01:00
parent a489ee24d6
commit 7f1abb085f
7 changed files with 23 additions and 32 deletions

View File

@@ -17,14 +17,6 @@
*/
package yugecin.opsudance.events;
public class ResolutionChangedEvent {
public final int width;
public final int height;
public ResolutionChangedEvent(int width, int height) {
this.width = width;
this.height = height;
}
public class ResolutionOrSkinChangedEvent {
}