Agent Tests for API, MAUI, and Slop Features

This commit is contained in:
2026-06-03 19:08:35 -04:00
parent 46150d3a69
commit 0feac0f0a0
142 changed files with 4156 additions and 1462 deletions
+13
View File
@@ -0,0 +1,13 @@
namespace Model.TechTree;
public static class TechTreeEdgeType
{
public static string Produces = "Produces";
public static string ProducedAt = "ProducedAt";
public static string RequiresProduction = "RequiresProduction";
public static string RequiresResearch = "RequiresResearch";
public static string Morph = "Morph";
public static string Upgrades = "Upgrades";
public static string UpgradedBy = "UpgradedBy";
public static string VanguardReplaces = "VanguardReplaces";
}