UNPKG

coherent-gameface-interaction-manager

Version:
12 lines (8 loc) 486 B
/*--------------------------------------------------------------------------------------------- * Copyright (c) Coherent Labs AD. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ import Actions from './lib_components/actions'; import IM from './utils/global-object'; IM.init(); module.exports = Actions;