BattleSim/shared/weather.coffee

13 lines
218 B
CoffeeScript
Raw Permalink Normal View History

2016-02-01 22:19:30 +00:00
self = (module?.exports || window)
self.Weather =
SUN: 'Sun'
RAIN: 'Rain'
HAIL: 'Hail'
SAND: 'Sand'
NONE: 'None'
MOON: 'Moon'
DELTASTREAM: 'DeltaStream'
HARSHSUN: 'HarshSun'
HEAVYRAIN: 'HeavyRain'
2016-02-01 22:19:30 +00:00