mirror of
https://github.com/bvanroll/cs-oo-project.git
synced 2025-08-30 04:22:42 +00:00
yup
This commit is contained in:
11
Online Gokkantoor/Globals/Interfaces/IPloeg.cs
Normal file
11
Online Gokkantoor/Globals/Interfaces/IPloeg.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
namespace Globals.Interfaces
|
||||
{
|
||||
public interface IPloeg
|
||||
{
|
||||
int Id { get; set; }
|
||||
string naam { get; set; }
|
||||
int score { get; set; }
|
||||
bool scoreSet { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user