24.08.2016, 19:44
Hello!
I'm using hibernate orm to load player data to the game.
Could you show me a good solution how to attach player DB data to Player object?
As I don't want to keep DB objects in the PlayerHelper static list and fork it every time when I need data.
Something like: player.setVarString but for Object
I'm using hibernate orm to load player data to the game.
Could you show me a good solution how to attach player DB data to Player object?
As I don't want to keep DB objects in the PlayerHelper static list and fork it every time when I need data.
Something like: player.setVarString but for Object