mirror of
https://github.com/Miasmusa/Shadow.git
synced 2024-11-14 19:04:54 -05:00
real
This commit is contained in:
parent
6ae35b06e3
commit
0d1e20b433
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,8 @@ public class Test extends Module {
|
|||
}
|
||||
if(event.getPacket() instanceof ButtonClickC2SPacket uwu){
|
||||
System.out.println(uwu.getButtonId() + " <- Button id");
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -61,7 +62,6 @@ public class Test extends Module {
|
|||
|
||||
@Override
|
||||
public void tick() {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue