public void UpdatePos() { for (int i = 0; i < listBall.Count; i++) { NetObject ball = listBall[i]; ball.PerformMove(); } }