using UnityEngine; namespace Chernobyl.Unity.Value { /// /// A collection of instances that can be saved and edited through the /// Unity editor. /// [CreateAssetMenu] public class GameObjectList : UnityList { } }