Goal Description
Ability to change CustomName of a Role & Item, so that in the inventory (item) / hovering over player (role) it will display it this instead.
Notes
This could be string? CustomName, and if null, use default translation
something like Dictionary<ushort/uint, string> that gets synced to client (ushort for Item, Uint for player id), if it doesnt exist here, use default translation
Goal Description
Notes