Interface TeamAugmentor
-
public interface TeamAugmentor
Augments theTeam
instances within theOfficeFloor
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
augmentTeam(TeamAugmentorContext context)
Augments theTeam
.
-
-
-
Method Detail
-
augmentTeam
void augmentTeam(TeamAugmentorContext context)
Augments theTeam
.- Parameters:
context
-TeamAugmentorContext
.
-
-