Open
Description
It should probably look like this:
- add text field to ask username from main view of Launcher
- store username locally like
game_path
- send username to client, maybe using flag
--username ${username}
- parse/get username and use it in client
Let me know if you thought about a different solution.