Dimensions
Dimensions copied to clipboard
use id prefixing for less look ups of what kind of id we are given
e.g. for player ids, prefix with pl_<id> and disallow usernames starting with pl_
This way, database layer doesnt need to find the user first to then figureout the player id from username or vice versa