BattleSim/shared/weather.coffee

12 lines
193 B
CoffeeScript
Raw 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'