'use strict'; function Play() {} Play.prototype = { preload: function() { }, create: function() { }, update: function() { } }; module.exports = Play;