LazerTagHostLibrary.Player.Player C# (CSharp) Method

Player() public method

public Player ( byte player_id ) : System
player_id byte
return System
        public Player(byte player_id)
        {
            this.player_id = player_id;
        }