controller.js 84 B

1234567
  1. var Controller = function(){
  2. }
  3. Controller.prototype.start_game = function(){
  4. }