mirror of
https://github.com/elyby/accounts.git
synced 2025-01-05 19:53:48 +05:30
10 lines
166 B
PHP
10 lines
166 B
PHP
|
<?php
|
||
|
return [
|
||
|
'minecraft_server_session' => [
|
||
|
'id' => 'minecraft_server_session',
|
||
|
],
|
||
|
'change_skin' => [
|
||
|
'id' => 'change_skin',
|
||
|
],
|
||
|
];
|