GameInstance.js 81 B

1234567
  1. let GameInstance =
  2. {
  3. sceneIdx:0,
  4. bInit:0
  5. }
  6. module.exports = GameInstance;