From 87c6607602e969d94ed8b8f97bb45f416e37b22d Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 8 May 2025 22:00:54 +0200 Subject: core/tests: improve turn_order tests --- core/tests/single_participant.trns | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 core/tests/single_participant.trns (limited to 'core/tests/single_participant.trns') diff --git a/core/tests/single_participant.trns b/core/tests/single_participant.trns new file mode 100644 index 0000000..bcce137 --- /dev/null +++ b/core/tests/single_participant.trns @@ -0,0 +1,11 @@ +{ + "participants": [ + { + "disposition": 0, + "is-active": false, + "is-defeated": false, + "name": "Riamin", + "priority": 0.0 + } + ] +} \ No newline at end of file -- cgit v1.2.3