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