phaser/3.0.0/merge/gameobjects/components/Component.js
2016-11-22 03:11:33 +00:00

7 lines
233 B
JavaScript

/**
* @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.Component = function () {};