Update UnitSpawnAbility.java

This commit is contained in:
Patrick 'Quezler' Mounier 2020-11-22 17:37:53 +01:00 committed by GitHub
parent 3ef2c585a5
commit ebf7cf859e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,8 @@ import mindustry.graphics.*;
import mindustry.type.*;
import mindustry.ui.*;
import static mindustry.Vars.*;
public class UnitSpawnAbility extends Ability{
public UnitType type;
public float spawnTime = 60f, spawnX, spawnY;