Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LO23
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Talitha Girard
LO23
Commits
5ae0aadd
Commit
5ae0aadd
authored
2 years ago
by
Eliot Van Goethem
Browse files
Options
Downloads
Patches
Plain Diff
[ADD] interface Game calls Data
parent
1c86b411
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!56
[ADD] interface Game calls Data
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vs/LO23/Shared/interfaces/IGameToData.cs
+23
-0
23 additions, 0 deletions
vs/LO23/Shared/interfaces/IGameToData.cs
with
23 additions
and
0 deletions
vs/LO23/Shared/interfaces/IGameToData.cs
0 → 100644
+
23
−
0
View file @
5ae0aadd
using
System
;
using
System.Collections.Generic
;
using
System.Linq
;
using
System.Text
;
using
System.Threading.Tasks
;
using
Shared.data
;
namespace
Shared.interfaces
{
public
interface
IGameToData
{
void
sendMessage
(
ChatMessage
message
)
;
void
stopGame
();
void
saveGame
();
void
leaveGame
();
void
playRound
(
Action
action
);
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment