/* * Created by You Are Here LLC, 2020 * https://www.yahagency.com/ * * For questions or assistance please contact * pluginsupport@yahagency.com */ using UnityEngine; namespace com.yah.LineRendererDemo { /// /// Base Class that Allows for a custom Logo to appear on all MonoBehaviors /// public class YAH_MonoBehavior : MonoBehaviour { } }