19 lines
390 B
C#

/*
* 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
{
/// <summary>
/// Base Class that Allows for a custom Logo to appear on all MonoBehaviors
/// </summary>
public class YAH_MonoBehavior : MonoBehaviour
{
}
}