Unfinished website for an EVE-online corporation
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.

1234567891011121314
  1. <?PHP
  2. class Asset {
  3. public $id;
  4. public $item;
  5. public $location;
  6. public $quantity;
  7. public $flag;
  8. public $singleton;
  9. }
  10. ?>