pull/2/head
sangta 2024-06-20 17:05:59 +07:00
parent 48029c4f2c
commit a9b489cc78
2 changed files with 2 additions and 0 deletions

View File

@ -20,5 +20,6 @@ namespace GadGame.Network
public int AgeMax;
public Vector2[] PosPoints;
public string StreamingData;
public bool Success;
}
}

View File

@ -37,6 +37,7 @@ namespace GadGame.State.MainFlowState
{
_readyTimer = 0;
Runner.EngageReady.Raise();
UdpSocket.Instance.SendDataToPython("Begin");
// Runner.SetState<PlayGameState>();
}
if (time >= 2)