mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 10:58:42 +00:00
Added simple attributes to the Item.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.iluwatar;
|
||||
|
||||
public class Item {
|
||||
|
||||
String name;
|
||||
int level;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user