// To implement: transformation into another projectile
void transform() {
}
}
A priori, the Projectile class works fine. However, when I run this code, Line 21: "The function get(int) does not exist."
I reckon it's a problem with my danmaku ArrayList... but, being a beginning coder and having Googled the problem, I didn't manage to debug this.
The only think I did find on Google was
this. I haven't been able to figure out whether it was relevant.
EDIT:
Showed this to a friend, she debugged it.
The problem lied in