mirror of
https://github.com/bvanroll/cs-oo-project.git
synced 2025-08-29 20:12:40 +00:00
yup
This commit is contained in:
18
Online Gokkantoor/Globals/Interfaces/IBet.cs
Normal file
18
Online Gokkantoor/Globals/Interfaces/IBet.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using Globals.classes;
|
||||
using static Globals.main;
|
||||
|
||||
namespace Globals.Interfaces
|
||||
{
|
||||
public interface IBet
|
||||
{
|
||||
int Id { get; set; }
|
||||
Game game { get; set; }
|
||||
Person person { get; set; }
|
||||
double cash { get; set; }
|
||||
bool succes { get; }
|
||||
state ploeg { get; set; }
|
||||
bool finished { get; set; }
|
||||
double getProfit();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user