mirror of
https://gitlab.com/Deukhoofd/BattleSim.git
synced 2025-09-02 08:57:19 +00:00
5 lines
112 B
CoffeeScript
5 lines
112 B
CoffeeScript
@PokeBattle ?= {}
|
|
PokeBattle.battles = null
|
|
PokeBattle.events = {}
|
|
_.extend(PokeBattle.events, Backbone.Events)
|