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

Player() public method

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