Initial Commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Model.Economy;
|
||||
|
||||
public class EconomyOverTimeModel
|
||||
{
|
||||
public int LastInterval { get; set; }
|
||||
|
||||
public List<EconomyModel> EconomyOverTime { get; set; } = new();
|
||||
}
|
||||
Reference in New Issue
Block a user