Skip to content

Commit

Permalink
обновил docs
Browse files Browse the repository at this point in the history
  • Loading branch information
d3m1d0v committed Jun 4, 2017
1 parent 3443c0a commit 0f0e52e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/api/player.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
y: 0
},
dimensions: 30,
nickname: 'unnamed'
nickname: 'unnamed',
deaths: 0
},
// ...
]
Expand Down Expand Up @@ -94,7 +95,8 @@
```
{
Player: {
id: 1
id: 1,
deaths: 0
},
Damage: 10,
Damager: {
Expand All @@ -113,7 +115,8 @@
```
{
Player: {
id: 1
id: 1,
deaths: 0
},
// Новая позиция игрока
Vector: {
Expand Down

0 comments on commit 0f0e52e

Please sign in to comment.