mirror of
https://gitlab.com/Deukhoofd/BattleSim.git
synced 2025-09-02 00:47:19 +00:00
4 lines
170 B
CoffeeScript
4 lines
170 B
CoffeeScript
coffee = require 'coffee-script'
|
|
path = require('path').resolve(__dirname, '../bw/rng.coffee')
|
|
eval(coffee.compile(require('fs').readFileSync(path, 'utf8'), bare: true))
|