7 lines
119 B
C#
7 lines
119 B
C#
using Logging;
|
|
using UnityEngine;
|
|
|
|
public class Program : Utils.Singleton<Program>
|
|
{
|
|
public bool needLoad = true;
|
|
} |