using Logging;
using UnityEngine;
public class Program : Utils.Singleton<Program>
{
public bool needLoad = true;
}