Classes | |
class | Apartment |
This class represents an apartment. It inherits from domicile. More... | |
class | Castle |
This class represents a castle. It inherits from House. More... | |
class | Domicile |
This class represents a domicile - the most basic information required for any type of building you can live in. More... | |
class | House |
This class represents a house - a building with one or more floors, normally situated on its own lot of ground. More... | |
Enumerations | |
enum | CastleType { Transylvanian, Transylvanian, Medieval, Medieval, Gothic, Gothic, Oriental, Oriental, Disney, Disney, Transylvanian, Transylvanian, Medieval, Medieval, Gothic, Gothic, Oriental, Oriental, Disney, Disney } |
The different types of Castles that you can create. More... | |
enum | CastleType { Transylvanian, Transylvanian, Medieval, Medieval, Gothic, Gothic, Oriental, Oriental, Disney, Disney, Transylvanian, Transylvanian, Medieval, Medieval, Gothic, Gothic, Oriental, Oriental, Disney, Disney } |
The different types of Castles that you can create. More... |
The different types of Castles that you can create.
Definition at line 11 of file Castle.cs.
00012 { 00014 Transylvanian, 00016 Medieval, 00018 Gothic, 00020 Oriental, 00022 Disney 00023 }
The different types of Castles that you can create.
Definition at line 11 of file Castle.cs.
00012 { 00014 Transylvanian, 00016 Medieval, 00018 Gothic, 00020 Oriental, 00022 Disney 00023 }