Some stub map placeholder for future content

This commit is contained in:
6d486f49
2025-11-07 12:04:11 -05:00
parent 86580a9f5d
commit 8ce9084ffb
14 changed files with 255 additions and 23 deletions
+2
View File
@@ -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";
+7
View File
@@ -0,0 +1,7 @@
namespace Model.Types;
public static class PlayerCountType
{
public static string OneVsOne = "OneVsOne";
public static string TwoVsTwo = "TwoVsTwo";
}