using UnityEngine; namespace D2D { /// /// Helps to find a camera which follows the player. /// public class PlayerCameraMark : MonoBehaviour { } }