Skip to content
Snippets Groups Projects
Commit c6c298e0 authored by Sillinger Péter's avatar Sillinger Péter
Browse files

Add GameClient class.

parent 9cc9b23b
Branches
No related tags found
No related merge requests found
using System;
namespace zsirozas
{
public class GameClient
{
public GameClient()
{
}
}
}
...@@ -50,6 +50,7 @@ ...@@ -50,6 +50,7 @@
<Compile Include="Round.cs" /> <Compile Include="Round.cs" />
<Compile Include="Game.cs" /> <Compile Include="Game.cs" />
<Compile Include="Server.cs" /> <Compile Include="Server.cs" />
<Compile Include="GameClient.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="app.config" /> <None Include="app.config" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment