public bool readyToBegin ;

Descripción

This is a flag that control whether this player is ready for the game to begin.

When all players are ready to begin, the game will start. This should not be set directly, the SendReadyToBeginMessage function should be called on the client to set it on the server.