Global.js 85 B

12345
  1. window.Global = {
  2. strike : null,
  3. layoutManager : null,
  4. gameover : false
  5. }