mirror of
https://github.com/photonstorm/phaser
synced 2024-12-24 20:13:35 +00:00
7 lines
63 B
JavaScript
7 lines
63 B
JavaScript
|
var Polygon = function ()
|
||
|
{
|
||
|
|
||
|
};
|
||
|
|
||
|
module.exports = Polygon;
|