mirror of
https://git.leinelab.org/Mal/mr-crocs-adventures.git
synced 2025-09-11 02:57:36 +02:00
Basic implementations
This commit is contained in:
6
js/events/InterfaceEvent.js
Normal file
6
js/events/InterfaceEvent.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export default InterfaceEvent;
|
||||
|
||||
const InterfaceEvent = {
|
||||
IMAGE_LOADED: 'imgloaded',
|
||||
MEDIA_COLLECTION_LOADED: 'mediacollectionloaded',
|
||||
};
|
||||
Reference in New Issue
Block a user