Added simple attributes to the Item.
This commit is contained in:
parent
c0c902870f
commit
91a7980f72
@ -1,5 +1,6 @@
|
||||
package com.iluwatar;
|
||||
|
||||
public class Item {
|
||||
|
||||
String name;
|
||||
int level;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user