fobe-web/html_api/universes/game-start-info.php

5 lines
125 B
PHP

<?php
header('Content-Type: application/json');
echo json_encode(array(
"r15Morphing" => true
), JSON_UNESCAPED_SLASHES);