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:
15
Online Gokkantoor/Globals/Interfaces/IGame.cs
Normal file
15
Online Gokkantoor/Globals/Interfaces/IGame.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using Globals.classes;
|
||||
using static Globals.main;
|
||||
|
||||
namespace Globals.Interfaces
|
||||
{
|
||||
public interface IGame
|
||||
{
|
||||
int Id { get; set; }
|
||||
Ploeg home { get; set; }
|
||||
Ploeg away { get; set; }
|
||||
DateTime date { get; set; }
|
||||
state getWinner();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user