using System.Collections; using System.Collections.Generic; using UnityEngine; namespace game { public class ToolCollection : MonoBehaviour { public List Tools = new List(); } }