This commit is contained in:
Anuken
2020-09-02 14:30:56 -04:00
parent 6f6e9f4cc2
commit b3e7b9e65b
6 changed files with 28 additions and 18 deletions

View File

@@ -25,6 +25,7 @@ abstract class BulletComp implements Timedc, Damagec, Hitboxc, Teamc, Posc, Draw
Object data;
BulletType type;
float damage;
float fdata;
@Override
public void getCollisions(Cons<QuadTree> consumer){