Skip to content
This repository has been archived by the owner on Jul 31, 2020. It is now read-only.

Better group and participant management #59

Open
ProbablePrime opened this issue Jun 3, 2017 · 0 comments
Open

Better group and participant management #59

ProbablePrime opened this issue Jun 3, 2017 · 0 comments

Comments

@ProbablePrime
Copy link
Contributor

Right now you have to call GameClient level methods and pass values to top level methods.

client.updateParticipant(participants[...]);

It would be great to have methods on participants and scenes to update them too:

participant.setGroup('group') => Promise<void>
group.setScene('scene') => Promise<void>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

1 participant