add
This commit is contained in:
8
Assets/3rd/Contacts/ContactsLoader.cs
Executable file
8
Assets/3rd/Contacts/ContactsLoader.cs
Executable file
@@ -0,0 +1,8 @@
|
||||
using UnityEngine;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
||||
public class ContactsLoader {
|
||||
|
||||
public List<Contact> ToLoad = new List<Contact>();
|
||||
}
|
||||
Reference in New Issue
Block a user