forked from MagicBane/Server
itemTemplate created
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package engine.objects;
|
||||
|
||||
import org.json.simple.JSONObject;
|
||||
|
||||
public class itemTemplate {
|
||||
|
||||
public itemTemplate(JSONObject jsonObject) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user