phaser/v3/merge/core/MainLoop.js

11 lines
234 B
JavaScript
Raw Normal View History

2016-10-17 20:22:55 +00:00
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2016 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
*/
Phaser.MainLoop = function ()
{
};