Make it possible for characters to teach blueprints and patterns. ## Draft ```python class Message: """Blueprint or pattern the character teaches to the player.""" lesson: str ```
Make it possible for characters to teach blueprints and patterns.
Draft