Indiefreaks.Xna.Sessions.Lidgren.LidgrenIdentifiedPlayer.LidgrenIdentifiedPlayer C# (CSharp) Метод

LidgrenIdentifiedPlayer() публичный Метод

Creates a new remote player instance
public LidgrenIdentifiedPlayer ( string uniqueId ) : System
uniqueId string The id of the remote player
Результат System
        public LidgrenIdentifiedPlayer(string uniqueId) : base(uniqueId)
        {
        }

Same methods

LidgrenIdentifiedPlayer::LidgrenIdentifiedPlayer ( PlayerInput playerInput ) : System