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