More reconstructors

This commit is contained in:
Anuken
2022-02-27 11:43:14 -05:00
parent 73fb5657f1
commit 06292d6687
13 changed files with 73 additions and 29 deletions

View File

@@ -27,8 +27,9 @@ abstract class BulletComp implements Timedc, Damagec, Hitboxc, Teamc, Posc, Draw
@Import Vec2 vel;
IntSeq collided = new IntSeq(6);
Object data;
BulletType type;
Object data;
float fdata;
@ReadOnly