(client)chore:修改了摄像机的跟踪方式,摄像机控制不再使用单例
This commit is contained in:
@ -3,5 +3,7 @@ using UnityEngine;
|
||||
|
||||
public class Program : Utils.Singleton<Program>
|
||||
{
|
||||
public Entity.Entity focusedEntity = null;
|
||||
public bool needLoad = true;
|
||||
|
||||
}
|
Reference in New Issue
Block a user