LayoutProfile - KitchenMods/KitchenLib GitHub Wiki
...
LayoutGraph Graph //
int MaximumTables // This is the maximum number of tables this LayoutProfile can generate.
List<GameDataObject> RequiredAppliances // These are the GameDataObjects required for this LayoutProfile.
GameDataObject Table // This is the GameDataObject used for the Tables.
GameDataObject Counter // This is the GameDataObject used for the Counters.
Appliance ExternalBin // This is the Appliance used for the external bin.
Appliance WallPiece // This is the Appliance used for the external walls.
Appliance InternalWallPiece // This is the Appliance used for the internal walls.
Appliance StreetPiece // This is the Appliance used for the street.
LocalisationObject<BasicInfo> Info // This is the localisation for this LayoutProfile.
int ID // This is the unique identifier for this GameDataObject. This should not be changed.
string UniqueNameID // This is used to generate a hashed ID.
int BaseGameDataObjectID // This is used to use another GameDataObject's values as a base for this GameDataObject.