FBClient.Network.Client.Client C# (CSharp) Method

Client() public method

public Client ( int id ) : System
id int
return System
        public Client(int id)
        {
            Id = id;
            Username = "[Unknown]";
            IsReady = false;
            Ping = 0f;

            Player = null;

            Spectating = false;
            NewPlayer = false;
        }