<?php namespace App\Game\Config; class GameBasicConfig { public static $DOLLAR="R$"; public static $HallServer="wss://hall.24680.org:10000"; public static $ApiServer="https://br.24b.pro"; }