mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-09 15:27:45 +07:00
remove final
This commit is contained in:
@ -9,7 +9,7 @@ import mindustry.world.meta.*;
|
|||||||
import static mindustry.Vars.*;
|
import static mindustry.Vars.*;
|
||||||
|
|
||||||
public class Item extends UnlockableContent{
|
public class Item extends UnlockableContent{
|
||||||
public final Color color;
|
public Color color;
|
||||||
|
|
||||||
/** how explosive this item is. */
|
/** how explosive this item is. */
|
||||||
public float explosiveness = 0f;
|
public float explosiveness = 0f;
|
||||||
|
Reference in New Issue
Block a user