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