Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SWA
Botolution
Platform
Commits
5621d0d9
Commit
5621d0d9
authored
Jan 21, 2022
by
Markus Esmann
Browse files
added referee interface
parent
7fc6083e
Changes
1
Hide whitespace changes
Inline
Side-by-side
TournamentSDK/Interfaces/IReferee.cs
0 → 100644
View file @
5621d0d9
using
Botolution.ApiMsgLibrary.ApiObjects
;
namespace
Botolution.TournamentSDK.Interfaces
{
public
interface
IReferee
<
TournamentParameterType
>
{
IEnumerable
<
TournamentRound
>
InitializeTournament
(
IEnumerable
<
TournamentTeam
>
context
,
TournamentParameterType
tournamentParameter
);
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment