We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eceb85 commit f483503Copy full SHA for f483503
Prototype/Game/GoldenGarbonzo.cs
@@ -32,7 +32,7 @@ class GoldenGarbonzo
32
33
public void Run()
34
{
35
- this.speaker = new MicrosoftSpeaker();
+ this.speaker = new DummySpeaker();
36
this.currentRoom = dungeon.Floors[currentFloor].Rooms[0];
37
38
SpeakAndPrint($"Welcome to the dungeon! {this.currentRoom.GetContents()}");
0 commit comments