Skip to content

Instantly share code, notes, and snippets.

@t81lal
t81lal / Projectile.java
Created July 30, 2015 20:02
Projectile.java
public final class Projectile extends Renderable {
public int radius;
public int startX;
public int startY;
public int modelHeight;
public int endHeight;
public int delay;
public int endCycle;
public double speed;
public int id;