[ Word ROTATES ]
This commit is contained in:
@@ -6,6 +6,10 @@ public interface IWordReader
|
||||
string? FilePath { get; }
|
||||
bool IsValid { get; }
|
||||
|
||||
#if DEBUG
|
||||
Body Body { get; }
|
||||
#endif
|
||||
|
||||
ISet<string> FindPlaceholders();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user