Update Lesson 4 Task 2
This commit is contained in:
parent
b64a9ea7b9
commit
4920949c0f
1 changed files with 1 additions and 4 deletions
|
@ -10,9 +10,6 @@ namespace Open_Closed.Interfaces
|
||||||
{
|
{
|
||||||
string MagicType { get; }
|
string MagicType { get; }
|
||||||
|
|
||||||
public void CountYourMagic()
|
void CountYourMagic() => Console.WriteLine($"Your magic is {MagicType}.");
|
||||||
{
|
|
||||||
Console.WriteLine($"Your magic is {MagicType}.");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue