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
+4 -3
View File
@@ -1,9 +1,10 @@
using System.Collections.Generic;
using Model.Immortal.Entity;
using Model.Entity;
namespace Model.Immortal.Economy;
namespace Model.Economy;
public class EconomyModel {
public class EconomyModel
{
public int Interval { get; set; } = 0;
public float Alloy { get; set; } = 0;
public float Ether { get; set; } = 0;