mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-10 23:28:52 +07:00
remove final
This commit is contained in:
parent
cab08de1f7
commit
efb42296cf
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user