Some stub map placeholder for future content
This commit is contained in:
@@ -24,6 +24,8 @@ public static class DescriptiveType
|
||||
public static string Summon = "Summon";
|
||||
public static string Upgrade = "Upgrade";
|
||||
public static string Ability = "Ability";
|
||||
|
||||
public static string Map = "Map";
|
||||
|
||||
public static string Passive = "Passive";
|
||||
public static string Applies_Debuff = "Applies_Debuff";
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
namespace Model.Types;
|
||||
|
||||
public static class PlayerCountType
|
||||
{
|
||||
public static string OneVsOne = "OneVsOne";
|
||||
public static string TwoVsTwo = "TwoVsTwo";
|
||||
}
|
||||
Reference in New Issue
Block a user