﻿using UnityEngine;

public class EditorLightSource : MonoBehaviour
{
    void Awake()
    {
        Destroy(gameObject);
    }
}
