Add PlayerJoin event listener

This commit is contained in:
Oliver-Akins 2020-09-27 22:03:32 -06:00
parent 8d321acda2
commit 60d101609b

View file

@ -22,6 +22,9 @@ export default {
players: []
}},
methods: {},
sockets: {
PlayerJoin() {},
},
}
</script>