push time
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
package io.anuke.mindustry.type;
|
package io.anuke.mindustry.type;
|
||||||
|
|
||||||
public class ItemStack{
|
public class ItemStack{
|
||||||
public io.anuke.mindustry.type.Item item;
|
public Item item;
|
||||||
public int amount;
|
public int amount;
|
||||||
|
|
||||||
public ItemStack(io.anuke.mindustry.type.Item item, int amount){
|
public ItemStack(Item item, int amount){
|
||||||
this.item = item;
|
this.item = item;
|
||||||
this.amount = amount;
|
this.amount = amount;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user