mirror of
https://gitlab.com/Deukhoofd/BattleSim.git
synced 2025-09-02 00:47:19 +00:00
13 lines
218 B
CoffeeScript
13 lines
218 B
CoffeeScript
self = (module?.exports || window)
|
|
|
|
self.Weather =
|
|
SUN: 'Sun'
|
|
RAIN: 'Rain'
|
|
HAIL: 'Hail'
|
|
SAND: 'Sand'
|
|
NONE: 'None'
|
|
MOON: 'Moon'
|
|
DELTASTREAM: 'DeltaStream'
|
|
HARSHSUN: 'HarshSun'
|
|
HEAVYRAIN: 'HeavyRain'
|
|
|