Ejemplo n.º 1
0
 public string GetDescription()
 {
     return($"**Mafia**: {Mafia.GetDescription()}\n" +
            $"**Doctor**: {Doctor.GetDescription()}\n" +
            $"**Detective**: {Detective.GetDescription()}\n" +
            $"**Silencer**: {Silencer.GetDescription()}\n" +
            $"**Hunter**: {Hunter.GetDescription()}\n");
 }