|
@@ -86,5 +86,65 @@ namespace MafiaTelegramBot.Resources {
|
|
|
return ResourceManager.GetString("None", resourceCulture);
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ internal static string Elder {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Elder", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ internal static string Werewolf {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Werewolf", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ internal static string Journalist {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Journalist", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ internal static string Detective {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Detective", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ internal static string Dame {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Dame", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ internal static string Parasite {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Parasite", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ internal static string Lawyer {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Lawyer", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ internal static string Fool {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Fool", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ internal static string Necromancer {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Necromancer", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ internal static string Bodyguard {
|
|
|
+ get {
|
|
|
+ return ResourceManager.GetString("Bodyguard", resourceCulture);
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|