Class LaboratoryFactory
java.lang.Object
com.csse3200.game.entities.factories.LaboratoryFactory
The LaboratoryFactory class is responsible for creating laboratory entities in the game.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Entity
Creates a new laboratory entity with default properties.
-
Method Details
-
createLaboratory
Creates a new laboratory entity with default properties.- Returns:
- The created laboratory entity.
-