mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
successful editing of role list
This commit is contained in:
@@ -302,6 +302,10 @@ class GameManager {
|
||||
return array;
|
||||
};
|
||||
|
||||
deal = () => {
|
||||
|
||||
}
|
||||
|
||||
isGameFull = (game) => {
|
||||
return !game.people.find((person) => person.userType === globals.USER_TYPES.PLAYER && person.assigned === false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user