feat(Storage) Storage feature done

This commit is contained in:
2022-04-24 21:34:02 -04:00
parent afaafbe713
commit adbf36da9f
37 changed files with 620 additions and 368 deletions
-14
View File
@@ -1,14 +0,0 @@
namespace Model.Types;
public static class FactionType
{
public static string None = "None";
public static string Any = "Any";
public static string Neutral = "Neutral";
public static string QRath = "QRath";
public static string Aru = "Aru";
public static string Jora = "Jora";
public static string Talmetra = "Talmetra";
public static string Iratek = "Iratek";
public static string Herlesh = "Herlesh";
}
-7
View File
@@ -1,7 +0,0 @@
namespace Model.Types;
public static class ImmortalType
{
public static string None = "None";
public static string Any = "Any";
}