remove final

This commit is contained in:
Sunny Kim 2020-10-20 00:57:08 +09:00 committed by GitHub
parent cab08de1f7
commit efb42296cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ import mindustry.world.meta.*;
import static mindustry.Vars.*;
public class Item extends UnlockableContent{
public final Color color;
public Color color;
/** how explosive this item is. */
public float explosiveness = 0f;