This commit is contained in:
parent
c0176b70d1
commit
4e01c3e4e9
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
package de.com.baseband.client.feature.modules.ingame;
|
package de.com.baseband.client.feature.modules.ingame;
|
||||||
|
|
||||||
import de.com.baseband.client.BaseBand;
|
import de.com.baseband.client.BaseBand;
|
||||||
|
import de.com.baseband.client.event.Listen;
|
||||||
import de.com.baseband.client.event.Priority;
|
import de.com.baseband.client.event.Priority;
|
||||||
import de.com.baseband.client.event.events.SelectEvent;
|
import de.com.baseband.client.event.events.SelectEvent;
|
||||||
import de.com.baseband.client.feature.Feature;
|
import de.com.baseband.client.feature.Feature;
|
||||||
|
@ -57,6 +58,7 @@ public class Select extends Feature {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Priority(Integer.MAX_VALUE)
|
@Priority(Integer.MAX_VALUE)
|
||||||
|
@Listen
|
||||||
public void onSelect(SelectEvent event) {
|
public void onSelect(SelectEvent event) {
|
||||||
selection = event.getMySelection();
|
selection = event.getMySelection();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue