Class GateFactory
java.lang.Object
com.csse3200.game.entities.factories.GateFactory
Factory to create Gate entities.
Each Gate entity type should have a creation method that returns a corresponding entity.
-
Method Summary
-
Method Details
-
createGate
Creates a static Gate entity.- Returns:
- entity
-