noname/mode/realtime.js

11 lines
105 B
JavaScript

'use strict';
game.import('mode',{
name:'realtime',
start:function(){
},
game:{
}
});