Model.js 96 B

123456
  1. var Model = function() {
  2. this.tadpoles = {};
  3. this.userTadpole;
  4. this.camera;
  5. this.settings;
  6. }