Skip to content

Instantly share code, notes, and snippets.

@nekma555
nekma555 / Box.java
Last active December 20, 2017 00:55
BoxOpener
package com.company;
import java.util.Random;
public class Box {
private int size;
private int boxPrice = 5;
public static Item[] items;
BoxOpener b = new BoxOpener();