Drastically reduced the processing between every frame (4X less actions)

This commit is contained in:
2023-01-11 14:10:30 +01:00
parent 435193b59f
commit a092c05866
4 changed files with 81 additions and 93 deletions
-1
View File
@@ -12,7 +12,6 @@ namespace Caisses
private List<Client> clients;
private bool open;
private int crossoverTime;
public List<Client> Clients { get => clients; set => clients = value; }
public bool Open { get => open; set => open = value; }