feat(Documents) Notes/Docs page improvements and warning cleanup

This commit is contained in:
2022-04-07 13:30:00 -04:00
parent b270453030
commit d82e60efdf
223 changed files with 4396 additions and 2861 deletions
+3 -2
View File
@@ -1,6 +1,7 @@
namespace Model.Immortal.MemoryTester;
namespace Model.MemoryTester;
public class AnswerEventArgs {
public class AnswerEventArgs
{
public string Name { get; set; }
public bool IsCorrect { get; set; }
public int Guess { get; set; }