feat(Localization) Adding localization text. Fixing bugs in toasts

This commit is contained in:
2022-04-10 19:15:41 -04:00
parent 4322be0053
commit 81659a9f84
29 changed files with 287 additions and 122 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ using Model.MemoryTester;
using Model.Notes;
using Model.Website;
using Model.Website.Enums;
using Model.Development.Git;
using Model.Git;
using Model.Feedback;
using Model.Work.Tasks;
using Services.Immortal;
@@ -263,7 +263,7 @@ public interface IMemoryTesterService {
}
public interface IBuildOrderService {
public bool Add(EntityModel entity, IEconomyService withEconomy);
public bool Add(EntityModel entity, IEconomyService withEconomy, IToastService toastService);
public void Add(EntityModel entity, int atInterval);
public void SetName(string Name);