Class CompanionFactory
java.lang.Object
com.csse3200.game.entities.factories.CompanionFactory
Factory to create a companion entity.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Entity
static Entity
createCompanion
(CompanionConfig config) Create a Companion entity matching the config file
-
Method Details
-
createCompanion
-
createCompanion
Create a Companion entity matching the config file- Parameters:
config
- Configuration file to match companion to- Returns:
- The created companion entity.
-