cleanup
This commit is contained in:
parent
8b8c24f6ef
commit
099d573296
7 changed files with 12 additions and 21 deletions
|
@ -107,18 +107,6 @@ export class RemotePlayer extends Character implements ActivatableInterface {
|
|||
console.log('HELLO');
|
||||
}
|
||||
},
|
||||
{
|
||||
actionName: "Log Goodbye",
|
||||
callback: () => {
|
||||
console.log('GOODBYE');
|
||||
}
|
||||
},
|
||||
{
|
||||
actionName: "Clear Goodbye Action",
|
||||
callback: () => {
|
||||
actionsMenuStore.removeAction("Log Goodbye");
|
||||
}
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue