This commit is contained in:
Anuken
2020-01-31 20:10:21 -05:00
parent 51b4824c92
commit 63d84bead3
3 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,6 @@ import static mindustry.Vars.*;
public class Player extends Unit implements BuilderMinerTrait, ShooterTrait{
public static final int timerSync = 2;
public static final int timerAbility = 3;
public static final int timerTransfer = 4;
private static final int timerShootLeft = 0;
private static final int timerShootRight = 1;
private static final float liftoffBoost = 0.2f;