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

LidgrenIdentifiedPlayer() public method

Creates a new local player instance
public LidgrenIdentifiedPlayer ( PlayerInput playerInput ) : System
playerInput Indiefreaks.Xna.Input.PlayerInput The PlayerInput instance used by the Player
return System
        public LidgrenIdentifiedPlayer(PlayerInput playerInput) : base(playerInput)
        {
            UniqueId = Guid.NewGuid().ToString();
        }

Same methods

LidgrenIdentifiedPlayer::LidgrenIdentifiedPlayer ( string uniqueId ) : System