Trying to make a server
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace shared
|
||||
{
|
||||
public class Assignation
|
||||
{
|
||||
public int controller { get; set; } // 0 || 1
|
||||
public float ballX { get; set; }
|
||||
public float ballY { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user