Server Ok but not the ball
This commit is contained in:
@@ -6,4 +6,16 @@
|
||||
public float ballX { get; set; }
|
||||
public float ballY { get; set; }
|
||||
}
|
||||
|
||||
public class Position
|
||||
{
|
||||
public int controller { get; set; }
|
||||
public float x { get; set; }
|
||||
public float y { get; set; }
|
||||
}
|
||||
|
||||
public class GameStateChange
|
||||
{
|
||||
public string gameState { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user