Added simple attributes to the Item.

This commit is contained in:
yusufaytas 2014-09-07 21:15:24 +01:00
parent c0c902870f
commit 91a7980f72

View File

@ -1,5 +1,6 @@
package com.iluwatar;
public class Item {
String name;
int level;
}