using System.Collections.Generic;
public static void Main()
List<GameObject> gameObjects = new List<GameObject>();
foreach(GameObject gameObject in gameObjects)
List<MonoBehavior> components = new List<MonoBehavior>();
foreach(MonoBehavior component in this.components)
public class MonoBehavior