Anonymous 3D Imageboard http://cyberia.digital/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
168B

  1. <?
  2. class GameData {
  3. public $player;
  4. public $players;
  5. public $posts;
  6. public $itemsPlayer;
  7. public $itemsMap;
  8. function __construct() {
  9. }
  10. }