Add PlayerJoin event listener
This commit is contained in:
parent
8d321acda2
commit
60d101609b
1 changed files with 3 additions and 0 deletions
|
|
@ -22,6 +22,9 @@ export default {
|
||||||
players: []
|
players: []
|
||||||
}},
|
}},
|
||||||
methods: {},
|
methods: {},
|
||||||
|
sockets: {
|
||||||
|
PlayerJoin() {},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue