Draggable waypoints with timing info.

https://github.com/dcs-liberation/dcs_liberation/issues/2039
This commit is contained in:
Dan Albert
2022-03-04 02:21:22 -08:00
parent 6933470ce0
commit 811f46c289
6 changed files with 91 additions and 71 deletions

View File

@@ -8,4 +8,5 @@ export interface Waypoint {
is_movable: boolean;
should_mark: boolean;
include_in_path: boolean;
timing: string;
}