Skip to content

Commit 98788b4

Browse files
wizards-and-warriors-2: fix
1 parent fcc0bf0 commit 98788b4

File tree

1 file changed

+4
-0
lines changed
  • exercises/concept/wizards-and-warriors-2/.meta

1 file changed

+4
-0
lines changed

exercises/concept/wizards-and-warriors-2/.meta/Exemplar.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#pragma warning disable CS8618
2+
13
static class GameMaster
24
{
35
public static string Describe(Character character)
@@ -44,3 +46,5 @@ enum TravelMethod
4446
Walking,
4547
Horseback
4648
}
49+
50+
#pragma warning restore CS8618

0 commit comments

Comments
 (0)