FileDocCategorySizeDatePackage
BuildingAsset.javaAPI DocExample209Sat Apr 28 10:22:44 BST 2001None

BuildingAsset

public abstract class BuildingAsset extends Asset
The top level of everything that is permanently part of the building

Fields Summary
protected int
room
Constructors Summary
public BuildingAsset(int room)

		this.room = room;
	
Methods Summary