GameBasicConfig.php 205 B

1234567891011
  1. <?php
  2. namespace App\Game\Config;
  3. class GameBasicConfig
  4. {
  5. public static $DOLLAR="R$";
  6. public static $HallServer="wss://hall.24680.org:10000";
  7. public static $ApiServer="https://br.24b.pro";
  8. }