1
0
mirror of https://gitlab.com/Deukhoofd/BattleSim.git synced 2025-09-02 00:47:19 +00:00
BattleSim/server/in/battle_controller.coffee
2016-02-01 23:19:30 +01:00

4 lines
184 B
CoffeeScript

coffee = require 'coffee-script'
path = require('path').resolve(__dirname, '../bw/battle_controller.coffee')
eval(coffee.compile(require('fs').readFileSync(path, 'utf8'), bare: true))