pierceFragCap (#9684)

Co-authored-by: SMOLKEYS <SMOLKEYS@users.noreply.github.com>
This commit is contained in:
nuri (smol)
2024-03-30 03:01:59 +08:00
committed by GitHub
parent 64d1a1f8ce
commit ee412c61fc
2 changed files with 5 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ abstract class BulletComp implements Timedc, Damagec, Hitboxc, Teamc, Posc, Draw
transient @Nullable Mover mover;
transient boolean absorbed, hit;
transient @Nullable Trail trail;
transient int frags;
@Override
public void getCollisions(Cons<QuadTree> consumer){