1.3 The Code
1.3.1 Shared
1.3.1.1 Location
1.3.1.2 Direction
1.3.1.3 Entity
1.3.1.4 Request
1.3.1.5 Occupant
1.3.1.6 Reply
8.14
1.3.1.6 Reply🔗

Source code at reply.rkt

A reply from the server to a player client contains a success indicator, the bot id from the request, its location, its cargo, if any, and a list of nearby entities.

(struct reply (success? id location cargo neighbors) #:prefab)