fobe-web/html_api/v1.1/game-start-info/index.php

5 lines
136 B
PHP

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