public Player(Level level, Vector3 position) { this.level = level; this.Position = position; this.verticalVelocity = 0; this.NumberOfBounces = 0; this.Colour = Color.White; }