using UnityEngine; using System.Collections; using System.Collections.Generic; public class ContactsLoader { public List ToLoad = new List(); }