transportinventory.c 131 B

1234567
  1. /**@class TransportInventory
  2. * @brief inventory for transport ("man cargo")
  3. **/
  4. class TransportInventory : GameInventory
  5. {
  6. };