diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-05-08 22:00:54 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-05-08 22:00:54 +0200 |
| commit | 87c6607602e969d94ed8b8f97bb45f416e37b22d (patch) | |
| tree | a9c01322cfb9f32753ea55519937e6c0e3ee1892 /core/tests/single_participant.trns | |
| parent | 917d1bc227490918854b827a856fd0613745c452 (diff) | |
| download | turns-87c6607602e969d94ed8b8f97bb45f416e37b22d.tar.xz turns-87c6607602e969d94ed8b8f97bb45f416e37b22d.zip | |
core/tests: improve turn_order tests
Diffstat (limited to 'core/tests/single_participant.trns')
| -rw-r--r-- | core/tests/single_participant.trns | 11 |
1 files changed, 11 insertions, 0 deletions
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 |
