Skip to content

Instantly share code, notes, and snippets.

@harry830622
Created January 2, 2016 02:19
Show Gist options
  • Save harry830622/b41a346b302ff8fdf62f to your computer and use it in GitHub Desktop.
Save harry830622/b41a346b302ff8fdf62f to your computer and use it in GitHub Desktop.
StageName = function(game) {};
(function() {
StageName.prototype = {
preload: function() {
},
create: function() {
},
update: function() {
}
};
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment