mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
delete stub function
This commit is contained in:
@@ -29,10 +29,6 @@ export class RoleBox {
|
||||
});
|
||||
}
|
||||
|
||||
render = () => {
|
||||
|
||||
};
|
||||
|
||||
loadDefaultRoles = () => {
|
||||
this.defaultRoles = defaultRoles.sort((a, b) => {
|
||||
if (a.team !== b.team) {
|
||||
|
||||
Reference in New Issue
Block a user