wingbase/public/js/starbugs/world/ship.js
2016-03-21 23:45:27 +00:00

5 lines
63 B
JavaScript

function Ship(id) {
this.id = id;
this.x = 0;
this.y = 0;
}