GameInstance.js 77 B

123456
  1. let GameInstance =
  2. {
  3. bFirstInGame:true,
  4. }
  5. module.exports = GameInstance;