Players Controller
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.
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.