add start of grappling hook
This commit is contained in:
parent
ff0ac094cf
commit
4753f879e5
14 changed files with 192 additions and 69 deletions
|
@ -65,9 +65,15 @@ class Body {
|
|||
}
|
||||
|
||||
packTypeDelta() {
|
||||
return [];
|
||||
}
|
||||
|
||||
packFull() {
|
||||
return {
|
||||
type: 'body',
|
||||
id: this.id,
|
||||
delta: this.packDelta()
|
||||
}
|
||||
}
|
||||
|
||||
get com() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue