public void SetBoolds(int index, float x, float y, float xs, float ys) { if (index > drops.Length - 1) { return; } drops[index] = new Blood.Drop(); drops[index].x = x; drops[index].y = y; drops[index].xspeed = xs; drops[index].yspeed = ys; }