1
0
mirror of https://github.com/exane/not-gwent-online synced 2024-10-31 10:36:53 +00:00
not-gwent-online/public/js/main.js

10 lines
99 B
JavaScript
Raw Normal View History

2015-06-10 16:12:52 +00:00
var Gwent = require("./Gwent");
2015-06-10 14:25:27 +00:00
(function main(){
2015-06-10 16:12:52 +00:00
var gwent = Gwent();
2015-06-10 14:25:27 +00:00
2015-06-13 07:58:55 +00:00
gwent.init();
2015-06-10 14:25:27 +00:00
})();