9 lines
171 B
C#
9 lines
171 B
C#
using Logging;
|
|
using UnityEngine;
|
|
|
|
public class Program : Utils.Singleton<Program>
|
|
{
|
|
public Entity.Entity focusedEntity = null;
|
|
public bool needLoad = true;
|
|
|
|
} |