(client) feat:实体的手动控制

This commit is contained in:
m0_75251201
2025-07-21 13:54:08 +08:00
parent a48ccca5f4
commit 6b7ddbbd40
14 changed files with 321 additions and 35 deletions

View File

@ -0,0 +1,13 @@
using UnityEngine;
namespace CameraControl
{
public class CameraControl:MonoBehaviour,Base.ITick
{
public Entity.Entity focusedEntity=null;
public void Tick()
{
}
}
}

View File

@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: f749a65b381541fab3f5dd5e487a457b
timeCreated: 1752977849