mirror of
https://git.leinelab.org/Mal/mr-crocs-adventures.git
synced 2025-09-11 02:57:36 +02:00
6 lines
144 B
JavaScript
6 lines
144 B
JavaScript
export default InterfaceEvent;
|
|
|
|
const InterfaceEvent = {
|
|
IMAGE_LOADED: 'imgloaded',
|
|
MEDIA_COLLECTION_LOADED: 'mediacollectionloaded',
|
|
}; |