13 lines
217 B
C#
13 lines
217 B
C#
using UnityEngine;
|
|
|
|
namespace Camera
|
|
{
|
|
public class CameraControl:MonoBehaviour,Base.ITick
|
|
{
|
|
public Entity.Entity focusedEntity=null;
|
|
public void Tick()
|
|
{
|
|
|
|
}
|
|
}
|
|
} |