Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
robertfeo committed Nov 4, 2023
1 parent 8af3122 commit 8284112
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TheMiddleman/BusinessLogic/MarketService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public class MarketService
private readonly MiddlemanService _middlemanService;
public Action<Middleman, int> OnDayStart { get; set; } = delegate { };
public Action<int> OnDayChange { get; set; } = delegate { };
public int currentDay = 1;
public int currentDay = 0;
private List<Product> _products;
private List<Middleman> _middlemen;

Expand Down
Binary file modified TheMiddleman/obj/Debug/net7.0/TheMiddleman.dll
Binary file not shown.
Binary file modified TheMiddleman/obj/Debug/net7.0/TheMiddleman.pdb
Binary file not shown.

0 comments on commit 8284112

Please sign in to comment.