mirror of
https://github.com/bvanroll/cs-oo-project.git
synced 2025-08-31 04:52:51 +00:00
Deep Shallow copy moe nog gebeuren
This commit is contained in:
@@ -7,8 +7,8 @@ namespace Globals.Interfaces
|
||||
public interface IGame
|
||||
{
|
||||
int Id { get; set; }
|
||||
Ploeg home { get; set; }
|
||||
Ploeg away { get; set; }
|
||||
PloegInMatch home { get; set; }
|
||||
PloegInMatch away { get; set; }
|
||||
DateTime date { get; set; }
|
||||
state getWinner();
|
||||
|
||||
|
Reference in New Issue
Block a user