feat(Storage) Storage feature done
This commit is contained in:
@@ -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";
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
namespace Model.Types;
|
||||
|
||||
public static class ImmortalType
|
||||
{
|
||||
public static string None = "None";
|
||||
public static string Any = "Any";
|
||||
}
|
||||
Reference in New Issue
Block a user