hyades.entity.UnrestrictedPlayer.UnrestrictedPlayer C# (CSharp) Method

UnrestrictedPlayer() public method

public UnrestrictedPlayer ( InputDevice input ) : System
input InputDevice
return System
        public UnrestrictedPlayer(InputDevice input)
        {
            this.input = input;
            this.size = Vector3.One;
        }