mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-26 06:22:17 -08:00
Removed some deprecated fields
This commit is contained in:
parent
e845dc47a5
commit
247de18808
2 changed files with 0 additions and 8 deletions
|
|
@ -48,10 +48,6 @@ public class Item extends UnlockableContent implements Senseable{
|
|||
public boolean buildable = true;
|
||||
public boolean hidden = false;
|
||||
|
||||
/** @deprecated no-op, do not use. */
|
||||
@Deprecated
|
||||
public @Nullable Planet[] hiddenOnPlanets;
|
||||
|
||||
public Item(String name, Color color){
|
||||
super(name);
|
||||
this.color = color;
|
||||
|
|
|
|||
|
|
@ -166,10 +166,6 @@ public class Planet extends UnlockableContent{
|
|||
/** Sets up rules on game load for any sector on this planet. */
|
||||
public Cons<Rules> ruleSetter = r -> {};
|
||||
|
||||
/** @deprecated no-op, do not use. */
|
||||
@Deprecated
|
||||
public Seq<Item> itemWhitelist = new Seq<>(), hiddenItems = new Seq<>();
|
||||
|
||||
|
||||
public Planet(String name, Planet parent, float radius){
|
||||
super(name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue