noname/mode/realtime.js

13 lines
160 B
JavaScript
Raw Normal View History

2016-04-23 09:34:40 +00:00
'use strict';
2017-04-17 05:18:46 +00:00
game.import('mode',function(lib,game,ui,get,ai,_status){
2017-04-15 00:25:50 +00:00
return {
name:'realtime',
start:function(){
2016-04-23 09:34:40 +00:00
2017-04-15 00:25:50 +00:00
},
game:{
2016-04-23 09:34:40 +00:00
2017-04-15 00:25:50 +00:00
}
};
2017-04-14 23:35:56 +00:00
});