From a5f97189bfc134a902534d7c9cd773a2dc15425a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 2 Apr 2021 20:27:30 +0100 Subject: [PATCH] script: Add a note about MovementRecord Signed-off-by: Ian Jackson --- templates/script.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/script.ts b/templates/script.ts index 8e23588a..40ab5a14 100644 --- a/templates/script.ts +++ b/templates/script.ts @@ -148,7 +148,7 @@ type PlayerInfo = { } var players : { [player: string]: PlayerInfo }; -type MovementRecord = { +type MovementRecord = { // for yellow halo, unrelasted to movehist piece: PieceId, p: PieceInfo, this_motion: DOMHighResTimeStamp, -- 2.30.2