Players Controller ========================== .. code-block:: csharp public class PlayersController : MonoBehaviour This class controls all players settings in game match. You can find there some methods and events to work with players. Handles objects of type Player. .. toctree::