9 lines
170 B
C#
Executable File
9 lines
170 B
C#
Executable File
using UnityEngine;
|
|
using System.Collections;
|
|
using System.Collections.Generic;
|
|
|
|
public class ContactsLoader {
|
|
|
|
public List<Contact> ToLoad = new List<Contact>();
|
|
}
|