Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
Add death to once human
Browse files Browse the repository at this point in the history
  • Loading branch information
adircoh committed Aug 22, 2024
1 parent fe9eddc commit 9a76886
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pages/api/live-game-data/supported-games/once-human.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ knockout | nulll | When the local player is knockout| See [notes](#k
level_up | nulll | When the local player level up| See [notes](#level_up-note) |259.0|
match_start | nulll | In the beginning of each match| See [notes](#match_start-note) |259.0|
match_end | nulll | At the end of each match| See [notes](#match_end-note) |259.0|
death | nulll | When the local player dies| See [notes](#death-note) |259.0|

#### *knockout* note

Expand Down Expand Up @@ -116,3 +117,11 @@ Data Example:
```json
{"events":[{"name":"match_end","data":null}]}
```

#### *death* note

Data Example:

```json
{"events":[{"name":"death","data":null}]}
```

0 comments on commit 9a76886

Please sign in to comment.