mirror of
https://github.com/tiennm99/pikachu.git
synced 2026-09-10 04:20:03 +00:00
4 lines
150 B
TypeScript
4 lines
150 B
TypeScript
import { Events } from 'phaser';
|
|
|
|
// Used to emit events between components, HTML and Phaser scenes
|
|
export const EventBus = new Events.EventEmitter(); |