Merge branch 'develop' of github.com:thecodingmachine/workadventure
This commit is contained in:
@@ -9,7 +9,9 @@ export interface LayoutManagerAction {
|
||||
userInputManager: UserInputManager | undefined;
|
||||
}
|
||||
|
||||
|
||||
function createLayoutManagerAction() {
|
||||
|
||||
const { subscribe, set, update } = writable<LayoutManagerAction[]>([]);
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user