Indiefreaks.Xna.Sessions.Lidgren.LidgrenIdentifiedPlayer.LidgrenIdentifiedPlayer C# (CSharp) Method

LidgrenIdentifiedPlayer() public method

Creates a new remote player instance
public LidgrenIdentifiedPlayer ( string uniqueId ) : System
uniqueId string The id of the remote player
return System
        public LidgrenIdentifiedPlayer(string uniqueId) : base(uniqueId)
        {
        }

Same methods

LidgrenIdentifiedPlayer::LidgrenIdentifiedPlayer ( PlayerInput playerInput ) : System