feat: added setter for CharacterConfig in JSON
This commit is contained in:
parent
bc3319eed0
commit
ed4b454379
@ -131,4 +131,10 @@ public class JSON {
|
||||
return Optional.empty();
|
||||
}
|
||||
}
|
||||
|
||||
public void setCharacterConfig(CharacterConfig config) {
|
||||
this.mapper.setInjectableValues(new InjectableValues
|
||||
.Std()
|
||||
.addValue("CharacterConfig", config));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user