Improvements of status effects in database

This commit is contained in:
Anuken
2021-03-10 16:22:07 -05:00
parent d4e6817232
commit bd36ca821d
21 changed files with 98 additions and 51 deletions
+1 -3
View File
@@ -208,9 +208,7 @@ public class JsonIO{
static class CustomJson extends Json{
private Object baseObject;
{
apply(this);
}
{ apply(this); }
@Override
public <T> T fromJson(Class<T> type, String json){