package configs func Init() bool { gameId := "10149" _, _ = GetApiGameConfig(gameId) _, _ = GetCardActivityConfig(gameId) return true }