doc: document lobby conversation structure very important

This commit is contained in:
2026-02-15 12:18:56 -05:00
parent 63e8327125
commit 1f2824246f
3 changed files with 29 additions and 19 deletions

View File

@@ -17,7 +17,7 @@ pub struct character-id
// Game ID for trainees, i.e. costume instances of characters.
// Generally a character ID with two digits appended.
pub struct trainee-id
pub struct uma-id
game-id: game-id
// Game ID for skills.

View File

@@ -1,18 +0,0 @@
module horse/trainee
import horse/game-id
import horse/movement
import horse/race
// Details of a trainee.
pub struct trainee-detail
turf: level
dirt: level
sprint: level
mile: level
medium: level
long: level
front-runner: level
pace-chaser: level
late-surger: level
end-closer: level