Update Model.cs
This commit is contained in:
parent
b57eed5e79
commit
9a8ee9f87f
1 changed files with 6 additions and 6 deletions
|
|
@ -2,13 +2,13 @@ namespace CoffeeVendingMachines;
|
|||
|
||||
public class Model
|
||||
{
|
||||
enum CoinType
|
||||
public enum CoinType
|
||||
{
|
||||
Cent05
|
||||
Cent10
|
||||
Cent20
|
||||
Cent50
|
||||
Euro01
|
||||
Cent05,
|
||||
Cent10,
|
||||
Cent20,
|
||||
Cent50,
|
||||
Euro01,
|
||||
Euro02
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue