mirror of
https://github.com/AlexKrunch/AnonIB-3D.git
synced 2024-11-16 09:31:05 -05:00
15 lines
168 B
PHP
15 lines
168 B
PHP
|
<?
|
||
|
|
||
|
class GameData {
|
||
|
|
||
|
public $player;
|
||
|
public $players;
|
||
|
public $posts;
|
||
|
public $itemsPlayer;
|
||
|
public $itemsMap;
|
||
|
|
||
|
function __construct() {
|
||
|
|
||
|
}
|
||
|
|
||
|
}
|