ArtemisComm.PlayerShip.PlayerShip C# (CSharp) Method

PlayerShip() public method

public PlayerShip ( Stream stream, int index ) : System
stream Stream
index int
return System
        public PlayerShip(Stream stream, int index)
            : base(stream, index)
        {
           
        }

Same methods

PlayerShip::PlayerShip ( ) : System