The-Huginn / party-game

2 stars 1 forks source link

Investigate if `Uni` is needed for `ResolvedToken` #20

Closed The-Huginn closed 1 year ago

The-Huginn commented 1 year ago

Most implementations just create simpleUni.createFrom().item(...). Maybe we do not need to access database anymore as the tokens themselves are loaded from the database.

Maybe only Translatable needs this so might be worth it refactoring it to same some performance&make it cleaner