Update Localization.cs
- change to abstract so it can't be used accidentally
This commit is contained in:
@@ -4,7 +4,7 @@ using System.Text;
|
||||
|
||||
namespace TelegramBotBase.Localizations
|
||||
{
|
||||
public class Localization
|
||||
public abstract class Localization
|
||||
{
|
||||
public Dictionary<String, String> Values = new Dictionary<string, string>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user