Add talk circles with TopicDef, staff/phone chat, and opinion outcomes.

This commit is contained in:
Leonid Pershin
2026-08-20 08:55:55 +03:00
parent 9d96108516
commit 47fc10da02
26 changed files with 1948 additions and 175 deletions
+3
View File
@@ -129,6 +129,9 @@ internal static class PackPaths
case "colors":
kind = DefKind.Color;
return true;
case "topics":
kind = DefKind.Topic;
return true;
default:
kind = default;
return false;