package engine type LocationComponent struct { RoomID int } type PlayerComponent struct { ID int Username string }