Start pulling AI out of the UI and into the background service
This commit is contained in:
@@ -3,7 +3,8 @@ namespace Entities {
|
||||
class loginSession {
|
||||
public string UserName { get; set; } = "";
|
||||
public float Money { get; set; } = 0;
|
||||
public List<PurchasedStock> TrackedStocks { get; set; } = new List<PurchasedStock>();
|
||||
public List<Stock> TrackedStocks { get; set; } = new List<Stock>();
|
||||
public List<PurchasedStock> TradeHistory { get; set; } = new List<PurchasedStock>();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user