Move packets to Protocol class, general refactoring

This commit is contained in:
Pazaz 2022-04-25 02:41:31 -04:00
parent b3a5fdbec9
commit 49ccfc34ec
142 changed files with 3092 additions and 3089 deletions

View file

@ -31,8 +31,8 @@ public final class MouseRecorder implements Runnable {
@Pc(12) Object local12 = this.lock;
synchronized (this.lock) {
if (this.samples < 500) {
this.x[this.samples] = Static215.anInt4873;
this.y[this.samples] = Static223.anInt5032;
this.x[this.samples] = Mouse.anInt4873;
this.y[this.samples] = Mouse.anInt5032;
this.samples++;
}
}