[ Word ROTATES ]

This commit is contained in:
melekhin
2026-08-03 16:11:54 +07:00
parent da188eaeab
commit 25207773f7
5 changed files with 317 additions and 424 deletions
+4
View File
@@ -6,6 +6,10 @@ public interface IWordReader
string? FilePath { get; }
bool IsValid { get; }
#if DEBUG
Body Body { get; }
#endif
ISet<string> FindPlaceholders();