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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user