collectible.js 67 B

123
  1. var Collectible = function(position){
  2. this.position = position;
  3. }