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
+5 -3
View File
@@ -1,9 +1,11 @@
using System.Collections.Generic;
namespace Model.Immortal.MemoryTester;
namespace Model.MemoryTester;
public class MemoryEntityModel {
public static List<MemoryEntityModel> TestData = new() {
public class MemoryEntityModel
{
public static List<MemoryEntityModel> TestData = new()
{
new MemoryEntityModel { Id = 1, Name = "Masked Hunter" },
new MemoryEntityModel { Id = 2, Name = "Scepter" },
new MemoryEntityModel { Id = 3, Name = "Wraith Bow" },