Drastically reduced the processing between every frame (4X less actions)
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user